2 overrides of DragBounds
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.HorizontalRowManager.cs (1)
47
public override Rectangle
DragBounds
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.VerticalRowManager.cs (1)
48
public override Rectangle
DragBounds
1 reference to DragBounds
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (1)
701
internal Rectangle DragBounds => RowManager.
DragBounds
;