1 write to visible
System (1)
compmod\system\componentmodel\DesignTimeVisibleAttribute.cs (1)
30this.visible = visible;
3 references to visible
System (3)
compmod\system\componentmodel\DesignTimeVisibleAttribute.cs (3)
46return visible; 74return other != null && other.Visible == visible; 81return typeof(DesignTimeVisibleAttribute).GetHashCode() ^ (visible ? -1 : 0);