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