1 write to visible
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewColumnDesignTimeVisibleAttribute.cs (1)
17this.visible = visible;
3 references to visible
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewColumnDesignTimeVisibleAttribute.cs (3)
27return visible; 59return other != null && other.Visible == visible; 64return typeof(DataGridViewColumnDesignTimeVisibleAttribute).GetHashCode() ^ (visible ? -1 : 0);