2 writes to IsThreeState
PresentationFramework (2)
System\Windows\Controls\DataGridCheckBoxColumn.cs (2)
116
checkBox.
IsThreeState
= IsThreeState;
133
checkBox.
IsThreeState
= IsThreeState;
2 references to IsThreeState
PresentationFramework (2)
System\Windows\Controls\CheckBox.cs (1)
79
if (!
IsThreeState
)
System\Windows\Controls\Primitives\ToggleButton.cs (1)
347
isChecked =
IsThreeState
? (bool?)null : (bool?)false;