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