7 references to TryFindCell
PresentationFramework (7)
System\Windows\Controls\DataGrid.cs (7)
1823
cell =
TryFindCell
(info, column);
5485
DataGridCell cell =
TryFindCell
(info, column);
5846
DataGridCell nextCellContainer =
TryFindCell
(nextInfo, nextColumn);
6101
DataGridCell cell =
TryFindCell
(info, column);
6155
DataGridCell cell =
TryFindCell
(targetInfo, currentColumn);
6219
DataGridCell cell =
TryFindCell
(targetInfo, currentColumn);
7032
return
TryFindCell
(LeaseItemInfo(info.ItemInfo), info.Column);