5 writes to maxWidth
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolBar.cs (5)
404
maxWidth
= -1; // Force recompute of maxWidth
772
maxWidth
= ButtonSize.Width;
780
maxWidth
= rect.right - rect.left;
1136
maxWidth
= -1;
1145
maxWidth
= tbbi.cx;
4 references to maxWidth
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolBar.cs (4)
768
if (
maxWidth
== -1) {
779
if ((rect.right - rect.left) >
maxWidth
)
785
width =
maxWidth
;
1144
if (tbbi.cx >
maxWidth
) {