1 write to ServiceProvider
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.Line.cs (1)
17ServiceProvider = serviceProvider;
3 references to ServiceProvider
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (2)
419IUIService? uiService = ServiceProvider.GetService<IUIService>(); 439return ServiceProvider.GetService(serviceType);
System\ComponentModel\Design\DesignerActionPanel.PropertyLine.cs (1)
29protected ITypeDescriptorContext TypeDescriptorContext => _typeDescriptorContext ??= new TypeDescriptorContext(ServiceProvider, PropertyDescriptor, _actionList!);