1 write to IsDataObject
System.ComponentModel.TypeConverter (1)
System\ComponentModel\DataObjectAttribute.cs (1)
23
IsDataObject
= isDataObject;
3 references to IsDataObject
System.ComponentModel.TypeConverter (3)
System\ComponentModel\DataObjectAttribute.cs (3)
35
return (obj is DataObjectAttribute other) && (other.
IsDataObject
==
IsDataObject
);
38
public override int GetHashCode() =>
IsDataObject
.GetHashCode();