2 writes to WindowDisabled
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.ColorOptions.cs (2)
62colors.WindowDisabled = HighContrast ? SystemColors.GrayText : colors.ButtonShadow; 122colors.WindowDisabled = hdc.FindNearestColor(colors.WindowDisabled);
10 references to WindowDisabled
System.Windows.Forms (10)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.ColorOptions.cs (4)
99colors.WindowText = colors.WindowDisabled; 102colors.WindowFrame = colors.WindowDisabled; 103colors.ButtonShadow = colors.WindowDisabled; 122colors.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