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)
510if (_componentChangeService is not null) 514_componentChangeService.OnComponentChanging(_tableLayoutPanel, _rowStyleProp); 519_componentChangeService.OnComponentChanging(_tableLayoutPanel, _colStyleProp); 1053if (_componentChangeService is not null && childProperty is not null) 1055_componentChangeService.OnComponentChanging(_tableLayoutPanel, childProperty); 1068_componentChangeService.OnComponentChanging(component, null); 1075if (_componentChangeService is not null && childProperty is not null) 1077_componentChangeService.OnComponentChanged(_tableLayoutPanel, childProperty, null, null); 1081if (_componentChangeService is not null) 1085_componentChangeService.OnComponentChanged(_tableLayoutPanel, _rowStyleProp, null, null); 1090_componentChangeService.OnComponentChanged(_tableLayoutPanel, _colStyleProp, null, null);