3 writes to sortGlyphDirection
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (3)
60this.sortGlyphDirection = SortOrder.None; 96this.sortGlyphDirection = value; 107this.sortGlyphDirection = value;
2 references to sortGlyphDirection
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (2)
77return this.sortGlyphDirection; 90if (value != this.sortGlyphDirection)