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); 118Point loc = _behaviorService.ControlToAdornerWindow(parent); 120_behaviorService.Invalidate(translatedBounds); 248_behaviorService.Invalidate(oldBounds); 249_behaviorService.Invalidate(selectionGlyph.Bounds);