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)
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)
132
if (
_splitterPanel
.Controls.Count == 0)
134
using Graphics graphics =
_splitterPanel
.CreateGraphics();
140
_splitterPanel
.Invalidate();
201
if (
_splitterPanel
!.BorderStyle == BorderStyle.None)
211
if (
_splitterPanel
.Controls.Count == 0)