4 references to CheckBox
System.Windows.Forms (4)
winforms\Managed\System\WinForms\CheckBoxRenderer.cs (3)
28
private static readonly VisualStyleElement CheckBoxElement = VisualStyleElement.Button.
CheckBox
.UncheckedNormal;
347
&& VisualStyleRenderer.IsCombinationDefined(CheckBoxElement.ClassName, VisualStyleElement.Button.
CheckBox
.HighContrastDisabledPart)) {
348
part = VisualStyleElement.Button.
CheckBox
.HighContrastDisabledPart;
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (1)
34
private static readonly VisualStyleElement CheckBoxElement = VisualStyleElement.Button.
CheckBox
.UncheckedNormal;