1 write to _behaviorService
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionBehavior.cs (1)
22
_behaviorService
= serviceProvider.GetRequiredService<BehaviorService>();
8 references to _behaviorService
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionBehavior.cs (8)
87
_behaviorService
.Invalidate(oldBounds);
88
_behaviorService
.Invalidate(selectionGlyph.Bounds);
97
_behaviorService
.Invalidate(oldBounds);
98
_behaviorService
.Invalidate(selectionGlyph.Bounds);
118
Point loc =
_behaviorService
.ControlToAdornerWindow(parent);
120
_behaviorService
.Invalidate(translatedBounds);
248
_behaviorService
.Invalidate(oldBounds);
249
_behaviorService
.Invalidate(selectionGlyph.Bounds);