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)
204
if (_behaviorService is null ||
_baseParent
is null)
209
Rectangle baseParentBounds = _behaviorService.ControlRectInAdornerWindow(
_baseParent
);
218
if (_behaviorService is null ||
_baseParent
is null)
223
Rectangle baseParentBounds = _behaviorService.ControlRectInAdornerWindow(
_baseParent
);