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