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