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)
99panel = _splitterPanel2!; 211translatedBounds = BehaviorService?.ControlRectInAdornerWindow(_splitterPanel2!) ?? Rectangle.Empty; 212panelDesigner = _designerHost?.GetDesigner(_splitterPanel2!) as SplitterPanelDesigner; 217ControlBodyGlyph bodyGlyph = new(translatedBounds, Cursor.Current, _splitterPanel2, panelDesigner);