194 references to IComponentChangeService
System (28)
compmod\system\componentmodel\design\ComponentChangedEvent.cs (1)
17
/// <para>Provides data for the <see cref='System.ComponentModel.Design.
IComponentChangeService
.ComponentChanged'/> event.</para>
compmod\system\componentmodel\design\ComponentChangedEventHandler.cs (1)
16
/// <para>Represents the method that will handle a <see cref='System.ComponentModel.Design.
IComponentChangeService
.ComponentChanged'/> event.</para>
compmod\system\componentmodel\design\ComponentChangingEvent.cs (1)
17
/// <para>Provides data for the <see cref='System.ComponentModel.Design.
IComponentChangeService
.ComponentChanging'/> event.</para>
compmod\system\componentmodel\design\ComponentEventHandler.cs (4)
17
/// <para>Represents the method that will handle the <see cref='System.ComponentModel.Design.
IComponentChangeService
.ComponentAdding'/> , <see cref='System.ComponentModel.Design.
IComponentChangeService
.ComponentAdded'/>, <see cref='System.ComponentModel.Design.
IComponentChangeService
.ComponentRemoving'/>, and
18
/// <see cref='System.ComponentModel.Design.
IComponentChangeService
.ComponentRemoved'/> event raised
compmod\system\componentmodel\design\ComponentRenameEvent.cs (1)
17
/// <para>Provides data for the <see cref='System.ComponentModel.Design.
IComponentChangeService
.ComponentRename'/> event.</para>
compmod\system\componentmodel\design\ComponentRenameEventHandler.cs (1)
16
/// <para>Represents the method that will handle a <see cref='System.ComponentModel.Design.
IComponentChangeService
.ComponentRename'/> event.</para>
compmod\system\componentmodel\ITypeDescriptorContext.cs (1)
45
/// <para>Raises the <see cref='System.ComponentModel.Design.
IComponentChangeService
.ComponentChanged'/>
compmod\system\componentmodel\ReflectEventDescriptor.cs (6)
174
IComponentChangeService
changeService = null;
179
changeService = (
IComponentChangeService
)site.GetService(typeof(
IComponentChangeService
));
437
IComponentChangeService
changeService = null;
442
changeService = (
IComponentChangeService
)site.GetService(typeof(
IComponentChangeService
));
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (12)
622
IComponentChangeService
changeService = null;
629
changeService = (
IComponentChangeService
)site.GetService(typeof(
IComponentChangeService
));
666
IComponentChangeService
changeService = null;
672
changeService = (
IComponentChangeService
)site.GetService(typeof(
IComponentChangeService
));
1042
IComponentChangeService
changeService = null;
1049
changeService = (
IComponentChangeService
)site.GetService(typeof(
IComponentChangeService
));
1107
IComponentChangeService
changeService = null;
1117
changeService = (
IComponentChangeService
)site.GetService(typeof(
IComponentChangeService
));
System.Web.Mobile (30)
UI\MobileControls\Design\AppliedDeviceFiltersEditor.cs (3)
49
IComponentChangeService
changeService =
50
(
IComponentChangeService
) serviceProvider.GetService(typeof(
IComponentChangeService
));
UI\MobileControls\Design\ListDesigner.cs (3)
509
IComponentChangeService
changeService = null;
512
changeService = (
IComponentChangeService
)GetService(typeof(
IComponentChangeService
));
UI\MobileControls\Design\MobileContainerDesigner.cs (3)
383
IComponentChangeService
changeService =
384
(
IComponentChangeService
)site.GetService(typeof(
IComponentChangeService
));
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (6)
733
IComponentChangeService
changeService =
734
(
IComponentChangeService
)site.GetService(typeof(
IComponentChangeService
));
882
IComponentChangeService
changeService =
883
(
IComponentChangeService
)GetService(typeof(
IComponentChangeService
));
UI\MobileControls\Design\ObjectListDesigner.cs (3)
541
IComponentChangeService
changeService = null;
544
changeService = (
IComponentChangeService
)GetService(typeof(
IComponentChangeService
));
UI\MobileControls\Design\PropertyOverridesDialog.cs (3)
355
IComponentChangeService
changeService =
356
(
IComponentChangeService
)componentSite.GetService(typeof(
IComponentChangeService
));
UI\MobileControls\Design\PropertyOverridesTypeEditor.cs (3)
49
IComponentChangeService
changeService =
50
(
IComponentChangeService
) serviceProvider.GetService(typeof(
IComponentChangeService
));
UI\MobileControls\Design\SelectionListDesigner.cs (3)
403
IComponentChangeService
changeService = null;
406
changeService = (
IComponentChangeService
)GetService(typeof(
IComponentChangeService
));
UI\MobileControls\Design\StyleSheetDesigner.cs (3)
1176
IComponentChangeService
changeService = null;
1178
changeService = (
IComponentChangeService
)GetService(typeof(
IComponentChangeService
));
System.Windows.Forms (52)
winforms\Managed\System\WinForms\AxHost.cs (15)
1266
IComponentChangeService
changeService = (
IComponentChangeService
)GetService(typeof(
IComponentChangeService
));
3331
IComponentChangeService
ccs = (
IComponentChangeService
)isite.GetService(typeof(
IComponentChangeService
));
4384
IComponentChangeService
changeService = (
IComponentChangeService
)site.GetService(typeof(
IComponentChangeService
));
5403
IComponentChangeService
ccs = (
IComponentChangeService
)site.GetService(typeof(
IComponentChangeService
));
5675
IComponentChangeService
ccs = (
IComponentChangeService
)site.GetService(typeof(
IComponentChangeService
));
winforms\Managed\System\WinForms\Control.cs (3)
14499
IComponentChangeService
ccs = null;
14506
ccs = (
IComponentChangeService
)site.GetService(typeof(
IComponentChangeService
));
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (3)
97
IComponentChangeService
changeService = null;
100
changeService = (
IComponentChangeService
)component.Site.GetService(typeof(
IComponentChangeService
));
winforms\Managed\System\WinForms\ListView.cs (3)
5611
IComponentChangeService
cs = (
IComponentChangeService
)site.GetService(typeof(
IComponentChangeService
));
winforms\Managed\System\WinForms\PropertyGrid.cs (9)
304
IComponentChangeService
cs = (
IComponentChangeService
)designerHost.GetService(typeof(
IComponentChangeService
));
326
IComponentChangeService
cs = (
IComponentChangeService
)value.GetService(typeof(
IComponentChangeService
));
3575
IComponentChangeService
changeService = (
IComponentChangeService
)site.GetService(typeof(
IComponentChangeService
));
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
280
protected virtual
IComponentChangeService
ComponentChangeService {
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
204
IComponentChangeService
changeService = ComponentChangeService;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
501
IComponentChangeService
changeService = ComponentChangeService;
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (4)
33
private
IComponentChangeService
changeService;
112
protected override
IComponentChangeService
ComponentChangeService {
115
changeService = (
IComponentChangeService
)GetService(typeof(
IComponentChangeService
));
winforms\Managed\System\WinForms\WebBrowserBase.cs (3)
864
IComponentChangeService
ccs = (
IComponentChangeService
)iSite.GetService(typeof(
IComponentChangeService
));
winforms\Managed\System\WinForms\WebBrowserContainer.cs (6)
275
IComponentChangeService
ccs = (
IComponentChangeService
)site.GetService(typeof(
IComponentChangeService
));
306
IComponentChangeService
ccs = (
IComponentChangeService
)site.GetService(typeof(
IComponentChangeService
));
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (3)
426
IComponentChangeService
changeService = (
IComponentChangeService
)site.GetService(typeof(
IComponentChangeService
));
System.Workflow.Activities (18)
Common\BasePropertyDescriptor.cs (6)
130
IComponentChangeService
changeService = serviceProvider.GetService(typeof(
IComponentChangeService
)) as
IComponentChangeService
;
150
IComponentChangeService
changeService = this.serviceProvider.GetService(typeof(
IComponentChangeService
)) as
IComponentChangeService
;
Common\CompModHelpers.cs (6)
1372
IComponentChangeService
componentChangeService = (
IComponentChangeService
)this.serviceProvider.GetService(typeof(
IComponentChangeService
));
1391
IComponentChangeService
componentChangeService = (
IComponentChangeService
)this.serviceProvider.GetService(typeof(
IComponentChangeService
));
Rules\Design\Dialogs\BasicBrowserDialog.cs (6)
291
IComponentChangeService
changeService = (
IComponentChangeService
)site.GetService(typeof(
IComponentChangeService
));
313
IComponentChangeService
changeService = (
IComponentChangeService
)site.GetService(typeof(
IComponentChangeService
));
System.Workflow.ComponentModel (66)
AuthoringOM\Activity.cs (6)
2373
IComponentChangeService
changeService = ((IComponent)this).Site.GetService(typeof(
IComponentChangeService
)) as
IComponentChangeService
;
2429
IComponentChangeService
changeService = ((IComponent)this).Site.GetService(typeof(
IComponentChangeService
)) as
IComponentChangeService
;
AuthoringOM\Design\ActivityDesigner.cs (6)
1123
IComponentChangeService
changeService = GetService(typeof(
IComponentChangeService
)) as
IComponentChangeService
;
1161
IComponentChangeService
changeService = GetService(typeof(
IComponentChangeService
)) as
IComponentChangeService
;
AuthoringOM\Design\CommandSet.cs (6)
148
IComponentChangeService
changeService = this.serviceProvider.GetService(typeof(
IComponentChangeService
)) as
IComponentChangeService
;
163
IComponentChangeService
changeService = this.serviceProvider.GetService(typeof(
IComponentChangeService
)) as
IComponentChangeService
;
AuthoringOM\Design\ComponentSerializationService.cs (3)
243
IComponentChangeService
componentChangeService = this.serviceProvider.GetService(typeof(
IComponentChangeService
)) as
IComponentChangeService
;
AuthoringOM\Design\CompositeActivityDesigner.cs (6)
1175
IComponentChangeService
componentChangeService = GetService(typeof(
IComponentChangeService
)) as
IComponentChangeService
;
1197
IComponentChangeService
componentChangeService = GetService(typeof(
IComponentChangeService
)) as
IComponentChangeService
;
AuthoringOM\Design\CustomActivityDesigner.cs (9)
35
IComponentChangeService
componentChangeService = this.serviceProvider.GetService(typeof(
IComponentChangeService
)) as
IComponentChangeService
;
51
IComponentChangeService
componentChangeService = this.serviceProvider.GetService(typeof(
IComponentChangeService
)) as
IComponentChangeService
;
349
IComponentChangeService
changeService = serviceProvider.GetService(typeof(
IComponentChangeService
)) as
IComponentChangeService
;
AuthoringOM\Design\DocumentOutline.cs (6)
46
IComponentChangeService
componentChangeService = GetService(typeof(
IComponentChangeService
)) as
IComponentChangeService
;
83
IComponentChangeService
componentChangeService = GetService(typeof(
IComponentChangeService
)) as
IComponentChangeService
;
AuthoringOM\Design\ReferenceService.cs (6)
76
IComponentChangeService
cs = this.provider.GetService(typeof(
IComponentChangeService
)) as
IComponentChangeService
;
225
IComponentChangeService
cs = this.provider.GetService(typeof(
IComponentChangeService
)) as
IComponentChangeService
;
AuthoringOM\Design\XomlDesignerLoader.cs (6)
584
IComponentChangeService
componentChangedService = this.serviceProvider.GetService(typeof(
IComponentChangeService
)) as
IComponentChangeService
;
620
IComponentChangeService
componentChangedService = this.serviceProvider.GetService(typeof(
IComponentChangeService
)) as
IComponentChangeService
;
Shared\BasePropertyDescriptor.cs (6)
129
IComponentChangeService
changeService = serviceProvider.GetService(typeof(
IComponentChangeService
)) as
IComponentChangeService
;
149
IComponentChangeService
changeService = this.serviceProvider.GetService(typeof(
IComponentChangeService
)) as
IComponentChangeService
;
Shared\CompModHelpers.cs (6)
1370
IComponentChangeService
componentChangeService = (
IComponentChangeService
)this.serviceProvider.GetService(typeof(
IComponentChangeService
));
1389
IComponentChangeService
componentChangeService = (
IComponentChangeService
)this.serviceProvider.GetService(typeof(
IComponentChangeService
));