2 writes to IsThreeState
PresentationFramework (2)
System\Windows\Controls\DataGridCheckBoxColumn.cs (2)
112
checkBox.
IsThreeState
= IsThreeState;
126
checkBox.
IsThreeState
= IsThreeState;
2 references to IsThreeState
PresentationFramework (2)
System\Windows\Controls\CheckBox.cs (1)
71
if (!
IsThreeState
)
System\Windows\Controls\Primitives\ToggleButton.cs (1)
335
isChecked =
IsThreeState
? (bool?)null : (bool?)false;