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)
11
public DataObjectMethodAttribute(
DataObjectMethodType
methodType) : this(methodType, false)
15
public DataObjectMethodAttribute(
DataObjectMethodType
methodType, bool isDefault)
23
public
DataObjectMethodType
MethodType { get; }