1 write to Bounds
System.Windows.Forms (1)
System\Windows\Forms\Rendering\Button\AnimatedPopupButtonRenderer.cs (1)
154Bounds = button.ClientRectangle,
8 references to Bounds
System.Windows.Forms (8)
System\Windows\Forms\Rendering\Button\AnimatedPopupButtonRenderer.cs (4)
182if (context.HighContrast || context.Bounds.Width < 8 || context.Bounds.Height < 8) 196if (context.Bounds.Width < 8 || context.Bounds.Height < 8)
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (4)
52Rectangle bounds = context.Bounds; 129context.Bounds, 438Rectangle bounds = context.Bounds; 742Rectangle bounds = context.Bounds;