1 write to _provider
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ChangeToolStripParentVerb.cs (1)
25
_provider
= designer.Component.Site;
6 references to _provider
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ChangeToolStripParentVerb.cs (6)
26
_host =
_provider
.GetService<IDesignerHost>();
47
if (toolStrip is not null && _designer is not null && _designer.Component is not null &&
_provider
is not null)
49
DesignerActionUIService designerActionUIService =
_provider
.GetService(typeof(DesignerActionUIService)) as DesignerActionUIService;
63
var changeService =
_provider
.GetService<IComponentChangeService>();
89
if (
_provider
.GetService(typeof(ISelectionService)) is ISelectionService selSvc)
102
IUIService uiService = (IUIService)
_provider
.GetService(typeof(IUIService));