1 write to _componentChangeService
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
1422_componentChangeService = _host.GetService<IComponentChangeService>();
16 references to _componentChangeService
System.Windows.Forms.Design (16)
System\Windows\Forms\Design\ToolStripDesigner.cs (16)
1131if (_componentChangeService is not null) 1133_componentChangeService.ComponentAdding -= ComponentChangeSvc_ComponentAdding; 1134_componentChangeService.ComponentAdded -= ComponentChangeSvc_ComponentAdded; 1135_componentChangeService.ComponentRemoving -= ComponentChangeSvc_ComponentRemoving; 1136_componentChangeService.ComponentRemoved -= ComponentChangeSvc_ComponentRemoved; 1137_componentChangeService.ComponentChanged -= ComponentChangeSvc_ComponentChanged; 1445if (_componentChangeService is not null) 1447_componentChangeService.ComponentAdding += ComponentChangeSvc_ComponentAdding; 1448_componentChangeService.ComponentAdded += ComponentChangeSvc_ComponentAdded; 1449_componentChangeService.ComponentRemoving += ComponentChangeSvc_ComponentRemoving; 1450_componentChangeService.ComponentRemoved += ComponentChangeSvc_ComponentRemoved; 1451_componentChangeService.ComponentChanged += ComponentChangeSvc_ComponentChanged; 1560_componentChangeService?.OnComponentChanging(parentPanel, controlsProp); 1564_componentChangeService?.OnComponentChanged(parentPanel, controlsProp, parentPanel.Controls, parentPanel.Controls); 1568_componentChangeService?.OnComponentChanging(ToolStrip, locationProp); 1569_componentChangeService?.OnComponentChanged(ToolStrip, locationProp);