12 references to HandleSelectionForCellInput
PresentationFramework (12)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
635
this.OwningDataGrid.
HandleSelectionForCellInput
(cell, /* startDragging = */ false, /* allowsExtendSelect = */ false, /* allowsMinimalSelect = */ false);
System\Windows\Controls\DataGrid.cs (9)
1820
HandleSelectionForCellInput
(cell, /* startDragging = */ false, /* allowsExtendSelect = */ true, /* allowsMinimalSelect = */ true);
2692
HandleSelectionForCellInput
(cell, /* startDragging = */ false, /* allowsExtendSelect = */ false, /* allowsMinimalSelect = */ false);
5457
HandleSelectionForCellInput
(cell, /* startDragging = */ false, /* allowsExtendSelect = */ false, /* allowsMinimalSelect = */ false);
6012
HandleSelectionForCellInput
(newCell, /* startDragging = */ false, allowsExtendSelect, /* allowsMinimalSelect = */ false);
6070
HandleSelectionForCellInput
(cell, /* startDragging = */ false, /* allowsExtendSelect = */ true, /* allowsMinimalSelect = */ false);
6124
HandleSelectionForCellInput
(cell, /* startDragging = */ false, /* allowsExtendSelect = */ true, /* allowsMinimalSelect = */ false);
6188
HandleSelectionForCellInput
(cell, /* startDragging = */ false, /* allowsExtendSelect = */ true, /* allowsMinimalSelect = */ false);
6255
HandleSelectionForCellInput
(cell, /* startDragging = */ false, /* allowsExtendSelect = */ true, /* allowsMinimalSelect = */ true);
6351
HandleSelectionForCellInput
(cell, /* startDragging = */ false, /* allowsExtendSelect = */ true, /* allowsMinimalSelect = */ true);
System\Windows\Controls\DataGridCell.cs (2)
901
dataGridOwner.
HandleSelectionForCellInput
(this, /* startDragging = */ false, /* allowsExtendSelect = */ true, /* allowsMinimalSelect = */ false);
925
dataGridOwner?.
HandleSelectionForCellInput
(this, /* startDragging = */ Mouse.Captured == null, /* allowsExtendSelect = */ true, /* allowsMinimalSelect = */ true);