1 write to _bounds
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (1)
606
_bounds
= bounds;
3 references to _bounds
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (3)
65
return
_bounds
;
602
if (bounds !=
_bounds
)
604
Rectangle oldBounds =
_bounds
;