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