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)
197? colors.WindowDisabled 206? colors.WindowDisabled 231? colors.WindowDisabled 300? colors.WindowDisabled 309? colors.WindowDisabled 334? colors.WindowDisabled