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