2 writes to maxSize
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripPanelCell.cs (2)
159
maxSize
=LayoutUtils.MaxSize;
189
maxSize
=LayoutUtils.MaxSize;
3 references to maxSize
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripPanelCell.cs (3)
122
get { return
maxSize
; }
167
maxSize
.Height += growBy;
197
maxSize
.Width += growBy;