5 references to DataObjectMethodType
netstandard (1)
netstandard.cs (1)
214[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataObjectMethodType))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
200[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataObjectMethodType))]
System.ComponentModel.TypeConverter (3)
System\ComponentModel\DataObjectMethodAttribute.cs (3)
11public DataObjectMethodAttribute(DataObjectMethodType methodType) : this(methodType, false) 15public DataObjectMethodAttribute(DataObjectMethodType methodType, bool isDefault) 23public DataObjectMethodType MethodType { get; }