2 writes to buttonSize
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolBar.cs (2)
403buttonSize = value; 1434buttonSize = Size.Empty;
10 references to buttonSize
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ToolBar.cs (9)
375if (buttonSize.IsEmpty) { 393return buttonSize; 402if (buttonSize != value) { 1132if (buttons != null && buttonSize.IsEmpty && IsHandleCreated) { 1341if (!buttonSize.IsEmpty) { 1398if (!buttonSize.IsEmpty) { 1440SendMessage(NativeMethods.TB_SETBUTTONSIZE, 0, NativeMethods.Util.MAKELPARAM((int)(buttonSize.Width*currentScaleDX), (int)(buttonSize.Height*currentScaleDY))); 1485return !buttonSize.IsEmpty;
winforms\Managed\System\WinForms\ToolBarButton.cs (1)
479Size buttonSize = this.parent.buttonSize;