1 write to _componentChangeService
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StyleEditorForm.cs (1)
106
_componentChangeService
= host.GetService<IComponentChangeService>();
11 references to _componentChangeService
System.Windows.Forms.Design (11)
System\Windows\Forms\Design\StyleEditorForm.cs (11)
510
if (
_componentChangeService
is not null)
514
_componentChangeService
.OnComponentChanging(_tableLayoutPanel, _rowStyleProp);
519
_componentChangeService
.OnComponentChanging(_tableLayoutPanel, _colStyleProp);
1053
if (
_componentChangeService
is not null && childProperty is not null)
1055
_componentChangeService
.OnComponentChanging(_tableLayoutPanel, childProperty);
1068
_componentChangeService
.OnComponentChanging(component, null);
1075
if (
_componentChangeService
is not null && childProperty is not null)
1077
_componentChangeService
.OnComponentChanged(_tableLayoutPanel, childProperty, null, null);
1081
if (
_componentChangeService
is not null)
1085
_componentChangeService
.OnComponentChanged(_tableLayoutPanel, _rowStyleProp, null, null);
1090
_componentChangeService
.OnComponentChanged(_tableLayoutPanel, _colStyleProp, null, null);