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