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)
207if (_behaviorService is null || _baseParent is null) 212Rectangle baseParentBounds = _behaviorService.ControlRectInAdornerWindow(_baseParent); 221if (_behaviorService is null || _baseParent is null) 226Rectangle baseParentBounds = _behaviorService.ControlRectInAdornerWindow(_baseParent);