1 write to _splitterPanel2
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\SplitContainerDesigner.cs (1)
234
_splitterPanel2
= _splitContainer.Panel2;
4 references to _splitterPanel2
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\SplitContainerDesigner.cs (4)
99
panel =
_splitterPanel2
!;
211
translatedBounds = BehaviorService?.ControlRectInAdornerWindow(
_splitterPanel2
!) ?? Rectangle.Empty;
212
panelDesigner = _designerHost?.GetDesigner(
_splitterPanel2
!) as SplitterPanelDesigner;
217
ControlBodyGlyph bodyGlyph = new(translatedBounds, Cursor.Current,
_splitterPanel2
, panelDesigner);