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