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