11 references to Normal
System.Windows.Forms (11)
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
240
return DrawMode.
Normal
;
winforms\Managed\System\WinForms\ComboBox.cs (5)
493
DefaultValue(DrawMode.
Normal
),
505
return DrawMode.
Normal
;
510
if (!ClientUtils.IsEnumValid(value, (int)value, (int)DrawMode.
Normal
, (int)DrawMode.OwnerDrawVariable)) {
755
if (DrawMode != DrawMode.
Normal
) {
985
if (DrawMode != DrawMode.
Normal
) {
winforms\Managed\System\WinForms\ListBox.cs (5)
112
DrawMode drawMode = System.Windows.Forms.DrawMode.
Normal
;
375
case DrawMode.
Normal
:
427
DefaultValue(DrawMode.
Normal
),
438
if (!ClientUtils.IsEnumValid(value, (int)value, (int)DrawMode.
Normal
, (int)DrawMode.OwnerDrawVariable))
680
if (DrawMode != DrawMode.
Normal
) {