3 references to LeaseItemInfo
PresentationFramework (3)
src\Framework\System\Windows\Controls\DataGrid.cs (2)
3085get { return LeaseItemInfo(CurrentCell.ItemInfo); } 7038return TryFindCell(LeaseItemInfo(info.ItemInfo), info.Column);
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
1836else if ((info = LeaseItemInfo(info, true)).Index >= 0)