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