1 write to _behaviorSvc
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ComponentTray.cs (1)
2599
_behaviorSvc
= behaviorSvc;
3 references to _behaviorSvc
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ComponentTray.cs (3)
2626
if (
_behaviorSvc
is not null && comp is not null)
2628
if (
_behaviorSvc
.DesignerActionUI is not null)
2630
Glyph g =
_behaviorSvc
.DesignerActionUI.GetDesignerActionGlyph(comp);