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)
17
private readonly
SplitContainerDesigner
_owner;
20
public OrientationActionList(
SplitContainerDesigner
owner)
System\Windows\Forms\Design\SplitterPanelDesigner.cs (3)
20
private
SplitContainerDesigner
? _splitContainerDesigner;
26
return (parentDesigner is
SplitContainerDesigner
);
111
_splitContainerDesigner = (
SplitContainerDesigner
?)_designerHost?.GetDesigner(_splitterPanel.Parent!);