1 write to _provider
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StandardMenuStripVerb.cs (1)
32_provider = designer.Component.Site;
12 references to _provider
System.Windows.Forms.Design (12)
System\Windows\Forms\Design\StandardMenuStripVerb.cs (12)
33_host = (IDesignerHost)_provider.GetService(typeof(IDesignerHost)); 34_changeService = (IComponentChangeService)_provider.GetService(typeof(IComponentChangeService)); 108INameCreationService nameCreationService = (INameCreationService)_provider.GetService(typeof(INameCreationService)); 224IUIService uiService = (IUIService)_provider.GetService(typeof(IUIService)); 245ISelectionService selSvc = (ISelectionService)_provider.GetService(typeof(ISelectionService)); 249DesignerActionUIService actionUIService = (DesignerActionUIService)_provider.GetService(typeof(DesignerActionUIService)); 253SelectionManager selMgr = (SelectionManager)_provider.GetService(typeof(SelectionManager)); 283INameCreationService nameCreationService = (INameCreationService)_provider.GetService(typeof(INameCreationService)); 367IUIService uiService = (IUIService)_provider.GetService(typeof(IUIService)); 389ISelectionService selSvc = (ISelectionService)_provider.GetService(typeof(ISelectionService)); 393DesignerActionUIService actionUIService = (DesignerActionUIService)_provider.GetService(typeof(DesignerActionUIService)); 397SelectionManager selMgr = (SelectionManager)_provider.GetService(typeof(SelectionManager));