1 write to _daUISvc
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\DesignerActionKeyboardBehavior.cs (1)
23
_daUISvc
= serviceProvider.GetService<DesignerActionUIService>();
2 references to _daUISvc
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\DesignerActionKeyboardBehavior.cs (2)
53
if (
_daUISvc
is not null && commandId.Guid == s_vSStandardCommandSet97 && commandId.ID == 1124)
55
_daUISvc
.HideUI(component: null);