1 write to _helpService
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\MaskedTextBoxDesignerActionList.cs (1)
31
_helpService
= GetService(typeof(IHelpService)) as IHelpService;
1 reference to _helpService
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\MaskedTextBoxDesignerActionList.cs (1)
44
string? mask = MaskPropertyEditor.EditMask(_discoverySvc, _uiSvc, _maskedTextBox,
_helpService
);