1 write to isDesignOnly
System (1)
compmod\system\componentmodel\DesignOnlyAttribute.cs (1)
28this.isDesignOnly = isDesignOnly;
4 references to isDesignOnly
System (4)
compmod\system\componentmodel\DesignOnlyAttribute.cs (4)
39return isDesignOnly; 83return (other != null) && other.isDesignOnly == isDesignOnly; 87return isDesignOnly.GetHashCode();