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)
132
get { return
_maxSize
; }
183
_maxSize
.Height += growBy;
216
_maxSize
.Width += growBy;