7 references to TryFindCell
PresentationFramework (7)
System\Windows\Controls\DataGrid.cs (7)
1812
cell =
TryFindCell
(info, column);
5440
DataGridCell cell =
TryFindCell
(info, column);
5801
DataGridCell nextCellContainer =
TryFindCell
(nextInfo, nextColumn);
6053
DataGridCell cell =
TryFindCell
(info, column);
6107
DataGridCell cell =
TryFindCell
(targetInfo, currentColumn);
6171
DataGridCell cell =
TryFindCell
(targetInfo, currentColumn);
6985
return
TryFindCell
(LeaseItemInfo(info.ItemInfo), info.Column);