5 types derived from MarshalByValueComponent
System.Data.Common (5)
System\Data\DataColumn.cs (1)
30public class DataColumn : MarshalByValueComponent
System\Data\DataSet.cs (1)
34public class DataSet : MarshalByValueComponent, IListSource, IXmlSerializable, ISupportInitializeNotification, ISerializable
System\Data\DataTable.cs (1)
35public class DataTable : MarshalByValueComponent, IListSource, ISupportInitializeNotification, ISerializable, IXmlSerializable
System\Data\DataView.cs (1)
24public class DataView : MarshalByValueComponent, IBindingListView, System.ComponentModel.ITypedList, ISupportInitializeNotification
System\Data\DataViewManager.cs (1)
15public class DataViewManager : MarshalByValueComponent, IBindingList, System.ComponentModel.ITypedList
3 references to MarshalByValueComponent
netstandard (1)
netstandard.cs (1)
377[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.MarshalByValueComponent))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
363[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.MarshalByValueComponent))]
System.ComponentModel.TypeConverter (1)
System\ComponentModel\MarshalByValueComponent.cs (1)
28/// Initializes a new instance of the <see cref='System.ComponentModel.MarshalByValueComponent'/> class.