2 writes to _maxSize
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (2)
172
_maxSize
= LayoutUtils.s_maxSize;
205
_maxSize
= LayoutUtils.s_maxSize;
3 references to _maxSize
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (3)
130
get { return
_maxSize
; }
181
_maxSize
.Height += growBy;
214
_maxSize
.Width += growBy;