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)
17
[InlineData(CheckBoxState.
MixedNormal
)]
46
[InlineData(CheckBoxState.
MixedNormal
)]
87
[InlineData(TextFormatFlags.Default, CheckBoxState.
MixedNormal
)]
124
[InlineData(CheckBoxState.
MixedNormal
, true)]
126
[InlineData(CheckBoxState.
MixedNormal
, false)]