1 write to _behaviorSvc
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ComponentTray.cs (1)
2617
_behaviorSvc
= behaviorSvc;
3 references to _behaviorSvc
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ComponentTray.cs (3)
2647
if (
_behaviorSvc
is not null && comp is not null)
2649
if (
_behaviorSvc
.DesignerActionUI is not null)
2651
Glyph g =
_behaviorSvc
.DesignerActionUI.GetDesignerActionGlyph(comp);