1 write to IsDefault
System.ComponentModel.TypeConverter (1)
System\ComponentModel\DataObjectMethodAttribute.cs (1)
18IsDefault = isDefault;
3 references to IsDefault
System.ComponentModel.TypeConverter (3)
System\ComponentModel\DataObjectMethodAttribute.cs (3)
32return (obj is DataObjectMethodAttribute other) && (other.MethodType == MethodType) && (other.IsDefault == IsDefault); 35public override int GetHashCode() => ((int)MethodType).GetHashCode() ^ IsDefault.GetHashCode();