The following tables list the members exposed by TrackIsChecked.
| Name | Description | |
|---|---|---|
|  | IsChecked | Gets / sets if the item is considered checked. | 
|  | Parent | Gets / sets the TrackIsChecked object which is the parent of this object. | 
| Name | Description | |
|---|---|---|
|  | ChangeSilent | Changes the value of the IsChecked property without executing the secondary operations on parent and children. | 
|  | InvalidateChildren | Changes the children to the parent's value. | 
|  | InvalidateIsChecked | Designed to be called by child objects so that the parent object can reevaluate it's state. | 
|  | OnPropertyChanged | Invoked when a property changes on the TrackIsChecked object. | 
| Name | Description | |
|---|---|---|
|  | PropertyChanged | Fired when a property changes on the TrackIsChecked. |