4 writes to AllowUserToOrderColumns
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
232
this.rightsTable.
AllowUserToOrderColumns
= false;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewDesigner.cs (1)
1026
dataGridView.
AllowUserToOrderColumns
= value;
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewTests.cs (2)
2989
_dataGridView.
AllowUserToOrderColumns
= !_dataGridView.AllowUserToOrderColumns;
2993
_dataGridView.
AllowUserToOrderColumns
= !_dataGridView.AllowUserToOrderColumns;
6 references to AllowUserToOrderColumns
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
721
if (
AllowUserToOrderColumns
!= value)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
11986
if (isAltDown &&
AllowUserToOrderColumns
12675
&&
AllowUserToOrderColumns
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewDesigner.cs (1)
998
get => _owner.Control.
AllowUserToOrderColumns
;
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewTests.cs (2)
2989
_dataGridView.AllowUserToOrderColumns = !_dataGridView.
AllowUserToOrderColumns
;
2993
_dataGridView.AllowUserToOrderColumns = !_dataGridView.
AllowUserToOrderColumns
;