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