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)
33if (_discoverySvc is null || _uiSvc is null) 44string? mask = MaskPropertyEditor.EditMask(_discoverySvc, _uiSvc, _maskedTextBox, _helpService);