1 write to IsDesignOnly
System.ComponentModel.Primitives (1)
System\ComponentModel\DesignOnlyAttribute.cs (1)
38
IsDesignOnly
= isDesignOnly;
5 references to IsDesignOnly
System.ComponentModel.Primitives (5)
System\ComponentModel\DesignOnlyAttribute.cs (5)
47
obj is DesignOnlyAttribute other && other.
IsDesignOnly
==
IsDesignOnly
;
49
public override int GetHashCode() =>
IsDesignOnly
.GetHashCode();
51
public override bool IsDefaultAttribute() =>
IsDesignOnly
== Default.
IsDesignOnly
;