2 writes to IsThreeState
PresentationFramework (2)
System\Windows\Controls\DataGridCheckBoxColumn.cs (2)
111checkBox.IsThreeState = IsThreeState; 125checkBox.IsThreeState = IsThreeState;
2 references to IsThreeState
PresentationFramework (2)
System\Windows\Controls\CheckBox.cs (1)
70if (!IsThreeState)
System\Windows\Controls\Primitives\ToggleButton.cs (1)
331isChecked = IsThreeState ? (bool?)null : (bool?)false;