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)); 107INameCreationService nameCreationService = (INameCreationService)_provider.GetService(typeof(INameCreationService)); 223IUIService uiService = (IUIService)_provider.GetService(typeof(IUIService)); 237ISelectionService selSvc = (ISelectionService)_provider.GetService(typeof(ISelectionService)); 241DesignerActionUIService actionUIService = (DesignerActionUIService)_provider.GetService(typeof(DesignerActionUIService)); 245SelectionManager selMgr = (SelectionManager)_provider.GetService(typeof(SelectionManager)); 275INameCreationService nameCreationService = (INameCreationService)_provider.GetService(typeof(INameCreationService)); 359IUIService uiService = (IUIService)_provider.GetService(typeof(IUIService)); 374ISelectionService selSvc = (ISelectionService)_provider.GetService(typeof(ISelectionService)); 378DesignerActionUIService actionUIService = (DesignerActionUIService)_provider.GetService(typeof(DesignerActionUIService)); 382SelectionManager selMgr = (SelectionManager)_provider.GetService(typeof(SelectionManager));