1 write to _behaviorService
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlDesigner.cs (1)
73
protected BehaviorService? BehaviorService =>
_behaviorService
??= GetService<BehaviorService>();
2 references to _behaviorService
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ControlDesigner.cs (2)
769
&&
_behaviorService
?.DesignerActionUI is { } designerActionUI)
827
&&
_behaviorService
?.DesignerActionUI is { } designerActionUI)