1 write to _componentChangeService
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StyleEditorForm.cs (1)
106_componentChangeService = host.GetService<IComponentChangeService>();
3 references to _componentChangeService
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\StyleEditorForm.cs (3)
521if (_componentChangeService is not null) 525_componentChangeService.OnComponentChanging(_tableLayoutPanel, _rowStyleProp); 530_componentChangeService.OnComponentChanging(_tableLayoutPanel, _colStyleProp);