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)
174IComponentChangeService changeService = null; 179changeService = (IComponentChangeService)site.GetService(typeof(IComponentChangeService)); 437IComponentChangeService changeService = null; 442changeService = (IComponentChangeService)site.GetService(typeof(IComponentChangeService));
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (12)
622IComponentChangeService changeService = null; 629changeService = (IComponentChangeService)site.GetService(typeof(IComponentChangeService)); 666IComponentChangeService changeService = null; 672changeService = (IComponentChangeService)site.GetService(typeof(IComponentChangeService)); 1042IComponentChangeService changeService = null; 1049changeService = (IComponentChangeService)site.GetService(typeof(IComponentChangeService)); 1107IComponentChangeService changeService = null; 1117changeService = (IComponentChangeService)site.GetService(typeof(IComponentChangeService));
System.Web.Mobile (30)
UI\MobileControls\Design\AppliedDeviceFiltersEditor.cs (3)
49IComponentChangeService changeService = 50(IComponentChangeService) serviceProvider.GetService(typeof(IComponentChangeService));
UI\MobileControls\Design\ListDesigner.cs (3)
509IComponentChangeService changeService = null; 512changeService = (IComponentChangeService)GetService(typeof(IComponentChangeService));
UI\MobileControls\Design\MobileContainerDesigner.cs (3)
383IComponentChangeService changeService = 384(IComponentChangeService)site.GetService(typeof(IComponentChangeService));
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (6)
733IComponentChangeService changeService = 734(IComponentChangeService)site.GetService(typeof(IComponentChangeService)); 882IComponentChangeService changeService = 883(IComponentChangeService)GetService(typeof(IComponentChangeService));
UI\MobileControls\Design\ObjectListDesigner.cs (3)
541IComponentChangeService changeService = null; 544changeService = (IComponentChangeService)GetService(typeof(IComponentChangeService));
UI\MobileControls\Design\PropertyOverridesDialog.cs (3)
355IComponentChangeService changeService = 356(IComponentChangeService)componentSite.GetService(typeof(IComponentChangeService));
UI\MobileControls\Design\PropertyOverridesTypeEditor.cs (3)
49IComponentChangeService changeService = 50(IComponentChangeService) serviceProvider.GetService(typeof(IComponentChangeService));
UI\MobileControls\Design\SelectionListDesigner.cs (3)
403IComponentChangeService changeService = null; 406changeService = (IComponentChangeService)GetService(typeof(IComponentChangeService));
UI\MobileControls\Design\StyleSheetDesigner.cs (3)
1176IComponentChangeService changeService = null; 1178changeService = (IComponentChangeService)GetService(typeof(IComponentChangeService));
System.Windows.Forms (52)
winforms\Managed\System\WinForms\AxHost.cs (15)
1266IComponentChangeService changeService = (IComponentChangeService)GetService(typeof(IComponentChangeService)); 3331IComponentChangeService ccs = (IComponentChangeService)isite.GetService(typeof(IComponentChangeService)); 4384IComponentChangeService changeService = (IComponentChangeService)site.GetService(typeof(IComponentChangeService)); 5403IComponentChangeService ccs = (IComponentChangeService)site.GetService(typeof(IComponentChangeService)); 5675IComponentChangeService ccs = (IComponentChangeService)site.GetService(typeof(IComponentChangeService));
winforms\Managed\System\WinForms\Control.cs (3)
14499IComponentChangeService ccs = null; 14506ccs = (IComponentChangeService)site.GetService(typeof(IComponentChangeService));
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (3)
97IComponentChangeService changeService = null; 100changeService = (IComponentChangeService)component.Site.GetService(typeof(IComponentChangeService));
winforms\Managed\System\WinForms\ListView.cs (3)
5611IComponentChangeService cs = (IComponentChangeService)site.GetService(typeof(IComponentChangeService));
winforms\Managed\System\WinForms\PropertyGrid.cs (9)
304IComponentChangeService cs = (IComponentChangeService)designerHost.GetService(typeof(IComponentChangeService)); 326IComponentChangeService cs = (IComponentChangeService)value.GetService(typeof(IComponentChangeService)); 3575IComponentChangeService changeService = (IComponentChangeService)site.GetService(typeof(IComponentChangeService));
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
280protected virtual IComponentChangeService ComponentChangeService {
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
204IComponentChangeService changeService = ComponentChangeService;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
501IComponentChangeService changeService = ComponentChangeService;
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (4)
33private IComponentChangeService changeService; 112protected override IComponentChangeService ComponentChangeService { 115changeService = (IComponentChangeService)GetService(typeof(IComponentChangeService));
winforms\Managed\System\WinForms\WebBrowserBase.cs (3)
864IComponentChangeService ccs = (IComponentChangeService)iSite.GetService(typeof(IComponentChangeService));
winforms\Managed\System\WinForms\WebBrowserContainer.cs (6)
275IComponentChangeService ccs = (IComponentChangeService)site.GetService(typeof(IComponentChangeService)); 306IComponentChangeService ccs = (IComponentChangeService)site.GetService(typeof(IComponentChangeService));
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (3)
426IComponentChangeService changeService = (IComponentChangeService)site.GetService(typeof(IComponentChangeService));
System.Workflow.Activities (18)
Common\BasePropertyDescriptor.cs (6)
130IComponentChangeService changeService = serviceProvider.GetService(typeof(IComponentChangeService)) as IComponentChangeService; 150IComponentChangeService changeService = this.serviceProvider.GetService(typeof(IComponentChangeService)) as IComponentChangeService;
Common\CompModHelpers.cs (6)
1372IComponentChangeService componentChangeService = (IComponentChangeService)this.serviceProvider.GetService(typeof(IComponentChangeService)); 1391IComponentChangeService componentChangeService = (IComponentChangeService)this.serviceProvider.GetService(typeof(IComponentChangeService));
Rules\Design\Dialogs\BasicBrowserDialog.cs (6)
291IComponentChangeService changeService = (IComponentChangeService)site.GetService(typeof(IComponentChangeService)); 313IComponentChangeService changeService = (IComponentChangeService)site.GetService(typeof(IComponentChangeService));
System.Workflow.ComponentModel (66)
AuthoringOM\Activity.cs (6)
2373IComponentChangeService changeService = ((IComponent)this).Site.GetService(typeof(IComponentChangeService)) as IComponentChangeService; 2429IComponentChangeService changeService = ((IComponent)this).Site.GetService(typeof(IComponentChangeService)) as IComponentChangeService;
AuthoringOM\Design\ActivityDesigner.cs (6)
1123IComponentChangeService changeService = GetService(typeof(IComponentChangeService)) as IComponentChangeService; 1161IComponentChangeService changeService = GetService(typeof(IComponentChangeService)) as IComponentChangeService;
AuthoringOM\Design\CommandSet.cs (6)
148IComponentChangeService changeService = this.serviceProvider.GetService(typeof(IComponentChangeService)) as IComponentChangeService; 163IComponentChangeService changeService = this.serviceProvider.GetService(typeof(IComponentChangeService)) as IComponentChangeService;
AuthoringOM\Design\ComponentSerializationService.cs (3)
243IComponentChangeService componentChangeService = this.serviceProvider.GetService(typeof(IComponentChangeService)) as IComponentChangeService;
AuthoringOM\Design\CompositeActivityDesigner.cs (6)
1175IComponentChangeService componentChangeService = GetService(typeof(IComponentChangeService)) as IComponentChangeService; 1197IComponentChangeService componentChangeService = GetService(typeof(IComponentChangeService)) as IComponentChangeService;
AuthoringOM\Design\CustomActivityDesigner.cs (9)
35IComponentChangeService componentChangeService = this.serviceProvider.GetService(typeof(IComponentChangeService)) as IComponentChangeService; 51IComponentChangeService componentChangeService = this.serviceProvider.GetService(typeof(IComponentChangeService)) as IComponentChangeService; 349IComponentChangeService changeService = serviceProvider.GetService(typeof(IComponentChangeService)) as IComponentChangeService;
AuthoringOM\Design\DocumentOutline.cs (6)
46IComponentChangeService componentChangeService = GetService(typeof(IComponentChangeService)) as IComponentChangeService; 83IComponentChangeService componentChangeService = GetService(typeof(IComponentChangeService)) as IComponentChangeService;
AuthoringOM\Design\ReferenceService.cs (6)
76IComponentChangeService cs = this.provider.GetService(typeof(IComponentChangeService)) as IComponentChangeService; 225IComponentChangeService cs = this.provider.GetService(typeof(IComponentChangeService)) as IComponentChangeService;
AuthoringOM\Design\XomlDesignerLoader.cs (6)
584IComponentChangeService componentChangedService = this.serviceProvider.GetService(typeof(IComponentChangeService)) as IComponentChangeService; 620IComponentChangeService componentChangedService = this.serviceProvider.GetService(typeof(IComponentChangeService)) as IComponentChangeService;
Shared\BasePropertyDescriptor.cs (6)
129IComponentChangeService changeService = serviceProvider.GetService(typeof(IComponentChangeService)) as IComponentChangeService; 149IComponentChangeService changeService = this.serviceProvider.GetService(typeof(IComponentChangeService)) as IComponentChangeService;
Shared\CompModHelpers.cs (6)
1370IComponentChangeService componentChangeService = (IComponentChangeService)this.serviceProvider.GetService(typeof(IComponentChangeService)); 1389IComponentChangeService componentChangeService = (IComponentChangeService)this.serviceProvider.GetService(typeof(IComponentChangeService));