1 write to _behaviorService
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionGlyph.cs (1)
28
_behaviorService
= _provider?.GetService<BehaviorService>();
7 references to _behaviorService
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionGlyph.cs (7)
29
if (
_behaviorService
is null)
58
if (
_behaviorService
is null)
63
Rectangle translatedBounds =
_behaviorService
.ControlRectInAdornerWindow(_relatedPanel!);
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);