1 write to CanUserSort
PresentationFramework (1)
src\Framework\System\Windows\Controls\DataGridColumn.cs (1)
1197dataGridColumn.CanUserSort = false;
4 references to CanUserSort
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\DataGridColumnHeaderItemAutomationPeer.cs (1)
66if (Column != null && Column.CanUserSort)
src\Framework\System\Windows\Controls\DataGrid.cs (1)
7141if (!CanUserSortColumns || !sortColumn.CanUserSort)
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
825return column.CanUserSort;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
150if (column.CanUserSort &&