2 references to IsThreeStateProperty
PresentationFramework (2)
System\Windows\Controls\DataGridCheckBoxColumn.cs (2)
159
get { return (bool)GetValue(
IsThreeStateProperty
); }
160
set { SetValue(
IsThreeStateProperty
, value); }