28 types derived from Component
System.CodeDom (1)
System\CodeDom\Compiler\CodeDomProvider.cs (1)
14public abstract class CodeDomProvider : Component
System.ComponentModel.EventBasedAsync (1)
System\ComponentModel\BackgroundWorker.cs (1)
11public class BackgroundWorker : Component
System.ComponentModel.TypeConverter (1)
System\Timers\Timer.cs (1)
15public partial class Timer : Component, ISupportInitialize
System.Data.Common (4)
System\Data\Common\DataAdapter.cs (1)
13public class DataAdapter : Component, IDataAdapter
System\Data\Common\DbCommand.cs (1)
11public abstract class DbCommand : Component, IDbCommand, IAsyncDisposable
System\Data\Common\DBCommandBuilder.cs (1)
13public abstract class DbCommandBuilder : Component
System\Data\Common\DbConnection.cs (1)
11public abstract class DbConnection : Component, IDbConnection, IAsyncDisposable
System.Diagnostics.EventLog (2)
artifacts\obj\System.Diagnostics.EventLog\Debug\net9.0\System.Diagnostics.EventLog.notsupported.cs (2)
25public partial class EventLog : System.ComponentModel.Component, System.ComponentModel.ISupportInitialize 101public sealed partial class EventLogEntry : System.ComponentModel.Component, System.Runtime.Serialization.ISerializable
System.Diagnostics.PerformanceCounter (1)
artifacts\obj\System.Diagnostics.PerformanceCounter\Debug\net9.0\System.Diagnostics.PerformanceCounter.notsupported.cs (1)
94public sealed partial class PerformanceCounter : System.ComponentModel.Component, System.ComponentModel.ISupportInitialize
System.Diagnostics.Process (3)
System\Diagnostics\Process.cs (1)
25public partial class Process : Component
System\Diagnostics\ProcessModule.cs (1)
14public class ProcessModule : Component
System\Diagnostics\ProcessThread.cs (1)
17public partial class ProcessThread : Component
System.DirectoryServices (2)
artifacts\obj\System.DirectoryServices\Debug\net9.0\System.DirectoryServices.notsupported.cs (2)
144public partial class DirectoryEntry : System.ComponentModel.Component 201public partial class DirectorySearcher : System.ComponentModel.Component
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.cs (1)
20public partial class FileSystemWatcher : Component, ISupportInitialize
System.IO.Ports (2)
System\IO\Ports\SerialPort.cs (1)
11public partial class SerialPort : Component
System\IO\Ports\SerialPort.Unix.cs (1)
12public partial class SerialPort : Component
System.Management (3)
artifacts\obj\System.Management\Debug\net9.0\System.Management.notsupported.cs (3)
136public partial class ManagementBaseObject : System.ComponentModel.Component, System.ICloneable, System.Runtime.Serialization.ISerializable 223public partial class ManagementEventWatcher : System.ComponentModel.Component 356public partial class ManagementObjectSearcher : System.ComponentModel.Component
System.Net.Ping (1)
System\Net\NetworkInformation\Ping.cs (1)
13public partial class Ping : Component
System.Net.WebClient (1)
System\Net\WebClient.cs (1)
19public class WebClient : Component
System.ServiceProcess.ServiceController (4)
artifacts\obj\System.ServiceProcess.ServiceController\Debug\net9.0\System.ServiceProcess.ServiceController.netcoreapp.notsupported.cs (2)
9public partial class ServiceBase : System.ComponentModel.Component 13public partial class ServiceController : System.ComponentModel.Component
artifacts\obj\System.ServiceProcess.ServiceController\Debug\net9.0\System.ServiceProcess.ServiceController.notsupported.cs (2)
21public partial class ServiceBase : System.ComponentModel.Component 61public partial class ServiceController : System.ComponentModel.Component
System.Windows.Extensions (1)
artifacts\obj\System.Windows.Extensions\Debug\net9.0\System.Windows.Extensions.notsupported.cs (1)
10public partial class SoundPlayer : System.ComponentModel.Component, System.Runtime.Serialization.ISerializable
15 references to Component
netstandard (1)
netstandard.cs (1)
201[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Component))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
187[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Component))]
System.ComponentModel.Primitives (11)
System\ComponentModel\Component.cs (6)
58/// Gets or sets the site of the <see cref='System.ComponentModel.Component'/>. 69/// Disposes of the <see cref='System.ComponentModel.Component'/>. 97/// that contains the <see cref='System.ComponentModel.Component'/>. 105/// the <see cref='System.ComponentModel.Component'/>. 110/// Gets a value indicating whether the <see cref='System.ComponentModel.Component'/> 119/// <see cref='System.ComponentModel.Component'/>, if any.
System\ComponentModel\ComponentCollection.cs (2)
13/// Gets a specific <see cref='System.ComponentModel.Component'/> in the 36/// Gets a specific <see cref='System.ComponentModel.Component'/> in the
System\ComponentModel\EventHandlerList.cs (2)
12private readonly Component? _parent; 18internal EventHandlerList(Component parent)
System\ComponentModel\ISite.cs (1)
15/// Sites bind a <see cref='System.ComponentModel.Component'/> to a
System.ComponentModel.TypeConverter (2)
artifacts\obj\System.ComponentModel.TypeConverter\Debug\net9.0\System.ComponentModel.TypeConverter.Forwards.cs (1)
3[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Component))]
System\ComponentModel\MarshalByValueComponent.cs (1)
156/// Returns a <see cref='string'/> containing the name of the <see cref='System.ComponentModel.Component'/> , if any. This method should not be