1 write to _componentChangeService
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
335_componentChangeService = _designerHost.GetService<IComponentChangeService>();
4 references to _componentChangeService
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (4)
219if (_componentChangeService is not null) 221_componentChangeService.ComponentChanged -= OnComponentChanged; 338if (_componentChangeService is not null) 340_componentChangeService.ComponentChanged += OnComponentChanged;