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