2 writes to _componentChangeService
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripInSituService.cs (2)
35_componentChangeService = (IComponentChangeService)_designerHost.GetService(typeof(IComponentChangeService)); 63_componentChangeService = null;
5 references to _componentChangeService
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ToolStripInSituService.cs (5)
36Debug.Assert(_componentChangeService is not null, "ToolStripKeyboardHandlingService relies on the componentChange service, which is unavailable."); 37if (_componentChangeService is not null) 39_componentChangeService.ComponentRemoved += OnComponentRemoved; 60if (_componentChangeService is not null) 62_componentChangeService.ComponentRemoved -= OnComponentRemoved;