2 writes to WindowDisabled
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.ColorOptions.cs (2)
62
colors.
WindowDisabled
= HighContrast ? SystemColors.GrayText : colors.ButtonShadow;
122
colors.
WindowDisabled
= hdc.FindNearestColor(colors.WindowDisabled);
10 references to WindowDisabled
System.Windows.Forms (10)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.ColorOptions.cs (4)
99
colors.WindowText = colors.
WindowDisabled
;
102
colors.WindowFrame = colors.
WindowDisabled
;
103
colors.ButtonShadow = colors.
WindowDisabled
;
122
colors.WindowDisabled = hdc.FindNearestColor(colors.
WindowDisabled
);
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (6)
197
? colors.
WindowDisabled
206
? colors.
WindowDisabled
231
? colors.
WindowDisabled
300
? colors.
WindowDisabled
309
? colors.
WindowDisabled
334
? colors.
WindowDisabled