1 write to _uiSvc
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\MaskedTextBoxDesignerActionList.cs (1)
30
_uiSvc
= GetService(typeof(IUIService)) as IUIService;
2 references to _uiSvc
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\MaskedTextBoxDesignerActionList.cs (2)
33
if (_discoverySvc is null ||
_uiSvc
is null)
44
string? mask = MaskPropertyEditor.EditMask(_discoverySvc,
_uiSvc
, _maskedTextBox, _helpService);