2 writes to IsThreeState
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGridCheckBoxColumn.cs (2)
105
checkBox.
IsThreeState
= IsThreeState;
122
checkBox.
IsThreeState
= IsThreeState;
2 references to IsThreeState
PresentationFramework (2)
src\Framework\System\Windows\Controls\CheckBox.cs (1)
80
if (!
IsThreeState
)
src\Framework\System\Windows\Controls\Primitives\ToggleButton.cs (1)
349
isChecked =
IsThreeState
? (bool?)null : (bool?)false;