12 references to HandleSelectionForCellInput
PresentationFramework (12)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
638
this.OwningDataGrid.
HandleSelectionForCellInput
(cell, /* startDragging = */ false, /* allowsExtendSelect = */ false, /* allowsMinimalSelect = */ false);
System\Windows\Controls\DataGrid.cs (9)
1827
HandleSelectionForCellInput
(cell, /* startDragging = */ false, /* allowsExtendSelect = */ true, /* allowsMinimalSelect = */ true);
2709
HandleSelectionForCellInput
(cell, /* startDragging = */ false, /* allowsExtendSelect = */ false, /* allowsMinimalSelect = */ false);
5495
HandleSelectionForCellInput
(cell, /* startDragging = */ false, /* allowsExtendSelect = */ false, /* allowsMinimalSelect = */ false);
6053
HandleSelectionForCellInput
(newCell, /* startDragging = */ false, allowsExtendSelect, /* allowsMinimalSelect = */ false);
6111
HandleSelectionForCellInput
(cell, /* startDragging = */ false, /* allowsExtendSelect = */ true, /* allowsMinimalSelect = */ false);
6165
HandleSelectionForCellInput
(cell, /* startDragging = */ false, /* allowsExtendSelect = */ true, /* allowsMinimalSelect = */ false);
6229
HandleSelectionForCellInput
(cell, /* startDragging = */ false, /* allowsExtendSelect = */ true, /* allowsMinimalSelect = */ false);
6296
HandleSelectionForCellInput
(cell, /* startDragging = */ false, /* allowsExtendSelect = */ true, /* allowsMinimalSelect = */ true);
6392
HandleSelectionForCellInput
(cell, /* startDragging = */ false, /* allowsExtendSelect = */ true, /* allowsMinimalSelect = */ true);
System\Windows\Controls\DataGridCell.cs (2)
909
dataGridOwner.
HandleSelectionForCellInput
(this, /* startDragging = */ false, /* allowsExtendSelect = */ true, /* allowsMinimalSelect = */ false);
935
dataGridOwner.
HandleSelectionForCellInput
(this, /* startDragging = */ Mouse.Captured == null, /* allowsExtendSelect = */ true, /* allowsMinimalSelect = */ true);