15 references to tablecbkfetch
PresentationFramework (15)
MS\Internal\PtsHost\PtsCache.cs (15)
691
tableobjInit.
tablecbkfetch
.pfnGetFirstHeaderRow = new PTS.GetFirstHeaderRow(ptsHost.GetFirstHeaderRow);
692
tableobjInit.
tablecbkfetch
.pfnGetNextHeaderRow = new PTS.GetNextHeaderRow(ptsHost.GetNextHeaderRow);
693
tableobjInit.
tablecbkfetch
.pfnGetFirstFooterRow = new PTS.GetFirstFooterRow(ptsHost.GetFirstFooterRow);
694
tableobjInit.
tablecbkfetch
.pfnGetNextFooterRow = new PTS.GetNextFooterRow(ptsHost.GetNextFooterRow);
695
tableobjInit.
tablecbkfetch
.pfnGetFirstRow = new PTS.GetFirstRow(ptsHost.GetFirstRow);
696
tableobjInit.
tablecbkfetch
.pfnGetNextRow = new PTS.GetNextRow(ptsHost.GetNextRow);
697
tableobjInit.
tablecbkfetch
.pfnUpdFChangeInHeaderFooter = new PTS.UpdFChangeInHeaderFooter(ptsHost.UpdFChangeInHeaderFooter);
698
tableobjInit.
tablecbkfetch
.pfnUpdGetFirstChangeInTable = new PTS.UpdGetFirstChangeInTable(ptsHost.UpdGetFirstChangeInTable);
699
tableobjInit.
tablecbkfetch
.pfnUpdGetRowChange = new PTS.UpdGetRowChange(ptsHost.UpdGetRowChange);
700
tableobjInit.
tablecbkfetch
.pfnUpdGetCellChange = new PTS.UpdGetCellChange(ptsHost.UpdGetCellChange);
701
tableobjInit.
tablecbkfetch
.pfnGetDistributionKind = new PTS.GetDistributionKind(ptsHost.GetDistributionKind);
702
tableobjInit.
tablecbkfetch
.pfnGetRowProperties = new PTS.GetRowProperties(ptsHost.GetRowProperties);
703
tableobjInit.
tablecbkfetch
.pfnGetCells = new PTS.GetCells(ptsHost.GetCells);
704
tableobjInit.
tablecbkfetch
.pfnFInterruptFormattingTable = new PTS.FInterruptFormattingTable(ptsHost.FInterruptFormattingTable);
705
tableobjInit.
tablecbkfetch
.pfnCalcHorizontalBBoxOfRow = new PTS.CalcHorizontalBBoxOfRow(ptsHost.CalcHorizontalBBoxOfRow);