3 references to Indeterminate
System.Windows.Forms (3)
winforms\Managed\System\WinForms\CheckBox.cs (1)
769
return AccessibleStates.
Indeterminate
| base.State;
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
1728
state |= AccessibleStates.
Indeterminate
;
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (1)
1823
return AccessibleStates.
Indeterminate
| base.State;