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