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