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)
67
Debug.Assert(
_componentChangeService
is not null, "ToolStripKeyboardHandlingService relies on the componentChange service, which is unavailable.");
68
_componentChangeService
?.ComponentRemoved += OnComponentRemoved;
1632
_componentChangeService
?.ComponentRemoved -= OnComponentRemoved;