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>(); 47if (toolStrip is not null && _designer is not null && _designer.Component is not null && _provider is not null) 49DesignerActionUIService designerActionUIService = _provider.GetService(typeof(DesignerActionUIService)) as DesignerActionUIService; 63var changeService = _provider.GetService<IComponentChangeService>(); 89if (_provider.GetService(typeof(ISelectionService)) is ISelectionService selSvc) 102IUIService uiService = (IUIService)_provider.GetService(typeof(IUIService));