1 override of SetBoundsCore
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (1)
292protected override void SetBoundsCore(Rectangle bounds, BoundsSpecified specified)
3 references to SetBoundsCore
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (2)
328base.SetBoundsCore(bounds, specified); 335base.SetBoundsCore(bounds, specified);
System\Windows\Forms\Layout\ArrangedElement.cs (1)
178SetBoundsCore(bounds, specified);