1 write to _baseParent
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionGlyph.cs (1)
72_baseParent = parent.Parent;
4 references to _baseParent
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionGlyph.cs (4)
204if (_behaviorService is null || _baseParent is null) 209Rectangle baseParentBounds = _behaviorService.ControlRectInAdornerWindow(_baseParent); 218if (_behaviorService is null || _baseParent is null) 223Rectangle baseParentBounds = _behaviorService.ControlRectInAdornerWindow(_baseParent);