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