5 references to ThreeState
System.Windows.Forms (5)
System\Windows\Forms\Controls\Buttons\CheckBox.Appearance.Docs.cs (1)
18/// that property is <see cref="FlatStyle.System"/>. A check box with <see cref="ThreeState"/> enabled retains
System\Windows\Forms\Controls\Buttons\CheckBox.CheckBoxAccessibleObject.cs (1)
79if (owner.ThreeState)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (3)
124&& !ThreeState; 469LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, nameof(ThreeState)); 571if (ThreeState)