7 references to TryFindCell
PresentationFramework (7)
System\Windows\Controls\DataGrid.cs (7)
1812
cell =
TryFindCell
(info, column);
5434
DataGridCell cell =
TryFindCell
(info, column);
5795
DataGridCell nextCellContainer =
TryFindCell
(nextInfo, nextColumn);
6047
DataGridCell cell =
TryFindCell
(info, column);
6101
DataGridCell cell =
TryFindCell
(targetInfo, currentColumn);
6165
DataGridCell cell =
TryFindCell
(targetInfo, currentColumn);
6979
return
TryFindCell
(LeaseItemInfo(info.ItemInfo), info.Column);