1 write to ImageSize
System.Windows.Forms (1)
System\Windows\Forms\Rendering\Button\AnimatedPopupButtonRenderer.cs (1)
172
ImageSize
= button.Image?.Size ?? Size.Empty,
3 references to ImageSize
System.Windows.Forms (3)
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (3)
516
bool hasImage = !context.
ImageSize
.IsEmpty;
527
Math.Min(contentBounds.Width, context.
ImageSize
.Width),
528
Math.Min(contentBounds.Height, context.
ImageSize
.Height));