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