1 write to _behaviorSvc
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ComponentTray.cs (1)
2611
_behaviorSvc
= behaviorSvc;
3 references to _behaviorSvc
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ComponentTray.cs (3)
2638
if (
_behaviorSvc
is not null && comp is not null)
2640
if (
_behaviorSvc
.DesignerActionUI is not null)
2642
Glyph g =
_behaviorSvc
.DesignerActionUI.GetDesignerActionGlyph(comp);