3 references to IsThreeStateProperty
PresentationFramework (3)
src\Framework\System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
141
CheckBox.
IsThreeStateProperty
.AddOwner(
src\Framework\System\Windows\Controls\Primitives\ToggleButton.cs (2)
244
get { return (bool) GetValue(
IsThreeStateProperty
); }
245
set { SetValue(
IsThreeStateProperty
, BooleanBoxes.Box(value)); }