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)
147
? colors.
WindowDisabled
156
? colors.
WindowDisabled
181
? colors.
WindowDisabled
250
? colors.
WindowDisabled
259
? colors.
WindowDisabled
284
? colors.
WindowDisabled