1 write to _splitterPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\SplitterPanelDesigner.cs (1)
108_splitterPanel = (SplitterPanel)component;
11 references to _splitterPanel
System.Windows.Forms.Design (11)
System\Windows\Forms\Design\SplitterPanelDesigner.cs (11)
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) 132if (_splitterPanel.Controls.Count == 0) 134using Graphics graphics = _splitterPanel.CreateGraphics(); 140_splitterPanel.Invalidate(); 201if (_splitterPanel!.BorderStyle == BorderStyle.None) 211if (_splitterPanel.Controls.Count == 0)