1 write to _provider
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StandardMenuStripVerb.cs (1)
31
_provider
= designer.Component.Site.OrThrowIfNull();
12 references to _provider
System.Windows.Forms.Design (12)
System\Windows\Forms\Design\StandardMenuStripVerb.cs (12)
32
_host = (IDesignerHost)
_provider
.GetService(typeof(IDesignerHost));
33
_changeService = (IComponentChangeService)
_provider
.GetService(typeof(IComponentChangeService));
107
INameCreationService nameCreationService = (INameCreationService)
_provider
.GetService(typeof(INameCreationService));
223
IUIService uiService = (IUIService)
_provider
.GetService(typeof(IUIService));
237
ISelectionService selSvc = (ISelectionService)
_provider
.GetService(typeof(ISelectionService));
241
DesignerActionUIService actionUIService = (DesignerActionUIService)
_provider
.GetService(typeof(DesignerActionUIService));
245
SelectionManager selMgr = (SelectionManager)
_provider
.GetService(typeof(SelectionManager));
275
INameCreationService nameCreationService = (INameCreationService)
_provider
.GetService(typeof(INameCreationService));
359
IUIService uiService = (IUIService)
_provider
.GetService(typeof(IUIService));
374
ISelectionService selSvc = (ISelectionService)
_provider
.GetService(typeof(ISelectionService));
378
DesignerActionUIService actionUIService = (DesignerActionUIService)
_provider
.GetService(typeof(DesignerActionUIService));
382
SelectionManager selMgr = (SelectionManager)
_provider
.GetService(typeof(SelectionManager));