7 references to TryFindCell
PresentationFramework (7)
System\Windows\Controls\DataGrid.cs (7)
1815
cell =
TryFindCell
(info, column);
5446
DataGridCell cell =
TryFindCell
(info, column);
5807
DataGridCell nextCellContainer =
TryFindCell
(nextInfo, nextColumn);
6059
DataGridCell cell =
TryFindCell
(info, column);
6113
DataGridCell cell =
TryFindCell
(targetInfo, currentColumn);
6177
DataGridCell cell =
TryFindCell
(targetInfo, currentColumn);
6991
return
TryFindCell
(LeaseItemInfo(info.ItemInfo), info.Column);