2 writes to _componentChangeService
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (2)
66_componentChangeService = (IComponentChangeService)_designerHost.GetService(typeof(IComponentChangeService)); 1653_componentChangeService = null;
5 references to _componentChangeService
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (5)
67Debug.Assert(_componentChangeService is not null, "ToolStripKeyboardHandlingService relies on the componentChange service, which is unavailable."); 68if (_componentChangeService is not null) 70_componentChangeService.ComponentRemoved += OnComponentRemoved; 1650if (_componentChangeService is not null) 1652_componentChangeService.ComponentRemoved -= OnComponentRemoved;