3 overrides of GetParentForComponent
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\SplitContainerDesigner.cs (1)
68
protected override Control?
GetParentForComponent
(IComponent component) => _splitterPanel1;
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (1)
341
protected override Control?
GetParentForComponent
(IComponent component)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
303
protected override Control?
GetParentForComponent
(IComponent component)
1 reference to GetParentForComponent
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
2396
Control parent =
GetParentForComponent
(component);