1 write to _discoverySvc
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\MaskedTextBoxDesignerActionList.cs (1)
29
_discoverySvc
= GetService(typeof(ITypeDiscoveryService)) as ITypeDiscoveryService;
2 references to _discoverySvc
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);