6 references to Parent
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\SplitContainerDesigner.cs (1)
410
if (panel is not null && panel.
Parent
== _splitContainer)
System\Windows\Forms\Design\SplitterPanelDesigner.cs (5)
29
protected override InheritanceAttribute? InheritanceAttribute => _splitterPanel is not null && _splitterPanel.
Parent
is not null
30
? (InheritanceAttribute?)TypeDescriptor.GetAttributes(_splitterPanel.
Parent
)[typeof(InheritanceAttribute)]
111
_splitContainerDesigner = (SplitContainerDesigner?)_designerHost?.GetDesigner(_splitterPanel.
Parent
!);
119
if (lockedProp is not null && _splitterPanel.
Parent
is SplitContainer)
127
if (_splitterPanel?.
Parent
is null)