7 references to TryFindCell
PresentationFramework (7)
System\Windows\Controls\DataGrid.cs (7)
1816
cell =
TryFindCell
(info, column);
5447
DataGridCell cell =
TryFindCell
(info, column);
5808
DataGridCell nextCellContainer =
TryFindCell
(nextInfo, nextColumn);
6060
DataGridCell cell =
TryFindCell
(info, column);
6114
DataGridCell cell =
TryFindCell
(targetInfo, currentColumn);
6178
DataGridCell cell =
TryFindCell
(targetInfo, currentColumn);
6992
return
TryFindCell
(LeaseItemInfo(info.ItemInfo), info.Column);