9 references to ButtonSize
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ToolBar.cs (7)
702height = ButtonSize.Height; 772maxWidth = ButtonSize.Width; 1482/// <para>Determines if the <see cref='System.Windows.Forms.ToolBar.ButtonSize'/> property needs to be persisted.</para> 1731int y = this.Location.Y + (this.ButtonSize.Height / 2); 1738leftTop.y += (this.ButtonSize.Height / 2) + 1; 1744leftTop.y -= ((this.ButtonSize.Height / 2) + tooltipHeight + 1); 1750leftTop.x -= (this.ButtonSize.Width + tooltipWidth + 2);
winforms\Managed\System\WinForms\ToolBarButton.cs (2)
504width = this.parent.ButtonSize.Width; 553int buttonWidth = Parent.ButtonSize.Width;