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