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)
510if (_componentChangeService is not null) 514_componentChangeService.OnComponentChanging(_tableLayoutPanel, _rowStyleProp); 519_componentChangeService.OnComponentChanging(_tableLayoutPanel, _colStyleProp);