6 references to Parent
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\SplitContainerDesigner.cs (1)
410if (panel is not null && panel.Parent == _splitContainer)
System\Windows\Forms\Design\SplitterPanelDesigner.cs (5)
29protected 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!); 119if (lockedProp is not null && _splitterPanel.Parent is SplitContainer) 127if (_splitterPanel?.Parent is null)