2 writes to _maxSize
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (2)
174_maxSize = LayoutUtils.s_maxSize; 207_maxSize = LayoutUtils.s_maxSize;
3 references to _maxSize
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (3)
132get { return _maxSize; } 183_maxSize.Height += growBy; 216_maxSize.Width += growBy;