1 write to _behaviorService
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignerToolStripControlHost.cs (1)
44
_behaviorService
= site.GetRequiredService<BehaviorService>();
2 references to _behaviorService
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DesignerToolStripControlHost.cs (2)
37
if (
_behaviorService
is null)
52
Point loc =
_behaviorService
.ControlToAdornerWindow(Parent);