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