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