7 references to SplitContainerDesigner
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\SplitContainerDesigner.cs (2)
54/// The <see cref="SplitContainerDesigner"/> will not re-parent any controls 79/// Returns the number of internal control designers in the <see cref="SplitContainerDesigner"/>.
System\Windows\Forms\Design\SplitContainerDesigner.OrientationActionList.cs (2)
17private readonly SplitContainerDesigner _owner; 20public OrientationActionList(SplitContainerDesigner owner)
System\Windows\Forms\Design\SplitterPanelDesigner.cs (3)
20private SplitContainerDesigner? _splitContainerDesigner; 26return (parentDesigner is SplitContainerDesigner); 111_splitContainerDesigner = (SplitContainerDesigner?)_designerHost?.GetDesigner(_splitterPanel.Parent!);