30 references to IComponentChangeService
netstandard (1)
netstandard.cs (1)
249[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IComponentChangeService))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
235[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IComponentChangeService))]
System.ComponentModel.TypeConverter (28)
System\ComponentModel\Design\ComponentChangedEventArgs.cs (1)
7/// Provides data for the <see cref='System.ComponentModel.Design.IComponentChangeService.ComponentChanged'/> event.
System\ComponentModel\Design\ComponentChangedEventHandler.cs (1)
7/// Represents the method that will handle a <see cref='System.ComponentModel.Design.IComponentChangeService.ComponentChanged'/> event.
System\ComponentModel\Design\ComponentChangingEventArgs.cs (1)
7/// Provides data for the <see cref='System.ComponentModel.Design.IComponentChangeService.ComponentChanging'/> event.
System\ComponentModel\Design\ComponentEventHandler.cs (4)
7/// 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 8/// <see cref='System.ComponentModel.Design.IComponentChangeService.ComponentRemoved'/> event raised
System\ComponentModel\Design\ComponentRenameEventArgs.cs (1)
7/// Provides data for the <see cref='System.ComponentModel.Design.IComponentChangeService.ComponentRename'/> event.
System\ComponentModel\Design\ComponentRenameEventHandler.cs (1)
7/// Represents the method that will handle a <see cref='System.ComponentModel.Design.IComponentChangeService.ComponentRename'/> event.
System\ComponentModel\ITypeDescriptorContext.cs (1)
33/// Raises the <see cref='System.ComponentModel.Design.IComponentChangeService.ComponentChanged'/>
System\ComponentModel\ReflectEventDescriptor.cs (6)
163IComponentChangeService? changeService = null; 168changeService = (IComponentChangeService?)site.GetService(typeof(IComponentChangeService)); 444IComponentChangeService? changeService = null; 449changeService = (IComponentChangeService?)site.GetService(typeof(IComponentChangeService));
System\ComponentModel\ReflectPropertyDescriptor.cs (12)
579IComponentChangeService? changeService = null; 586changeService = (IComponentChangeService?)site.GetService(typeof(IComponentChangeService)); 627IComponentChangeService? changeService = null; 633changeService = (IComponentChangeService?)site.GetService(typeof(IComponentChangeService)); 1027IComponentChangeService? changeService = null; 1034changeService = (IComponentChangeService?)site.GetService(typeof(IComponentChangeService)); 1091IComponentChangeService? changeService = null; 1096changeService = (IComponentChangeService?)site.GetService(typeof(IComponentChangeService));