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