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!);
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);