1 write to HighContrast
System.Windows.Forms (1)
System\Windows\Forms\Rendering\Button\AnimatedPopupButtonRenderer.cs (1)
179HighContrast = highContrast
4 references to HighContrast
System.Windows.Forms (4)
System\Windows\Forms\Rendering\Button\AnimatedPopupButtonRenderer.cs (1)
182if (context.HighContrast || context.Bounds.Width < 8 || context.Bounds.Height < 8)
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (3)
69if (context.HighContrast) 122if (!context.HighContrast) 493if (context.HighContrast || !context.IsDefault || !context.Enabled)