8 references to MixedNormal
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\CheckBoxRenderer.cs (3)
263
CheckBoxState.
MixedNormal
or CheckBoxState.MixedHot => ButtonState.Checked,
286
return CheckBoxState.
MixedNormal
;
327
CheckBoxState.
MixedNormal
System.Windows.Forms.Tests (5)
System\Windows\Forms\CheckBoxRendererTests.cs (5)
15
[InlineData(CheckBoxState.
MixedNormal
)]
44
[InlineData(CheckBoxState.
MixedNormal
)]
85
[InlineData(TextFormatFlags.Default, CheckBoxState.
MixedNormal
)]
122
[InlineData(CheckBoxState.
MixedNormal
, true)]
124
[InlineData(CheckBoxState.
MixedNormal
, false)]