15 references to tablecbkfetch
PresentationFramework (15)
MS\Internal\PtsHost\PtsCache.cs (15)
683
tableobjInit.
tablecbkfetch
.pfnGetFirstHeaderRow = new PTS.GetFirstHeaderRow(ptsHost.GetFirstHeaderRow);
684
tableobjInit.
tablecbkfetch
.pfnGetNextHeaderRow = new PTS.GetNextHeaderRow(ptsHost.GetNextHeaderRow);
685
tableobjInit.
tablecbkfetch
.pfnGetFirstFooterRow = new PTS.GetFirstFooterRow(ptsHost.GetFirstFooterRow);
686
tableobjInit.
tablecbkfetch
.pfnGetNextFooterRow = new PTS.GetNextFooterRow(ptsHost.GetNextFooterRow);
687
tableobjInit.
tablecbkfetch
.pfnGetFirstRow = new PTS.GetFirstRow(ptsHost.GetFirstRow);
688
tableobjInit.
tablecbkfetch
.pfnGetNextRow = new PTS.GetNextRow(ptsHost.GetNextRow);
689
tableobjInit.
tablecbkfetch
.pfnUpdFChangeInHeaderFooter = new PTS.UpdFChangeInHeaderFooter(ptsHost.UpdFChangeInHeaderFooter);
690
tableobjInit.
tablecbkfetch
.pfnUpdGetFirstChangeInTable = new PTS.UpdGetFirstChangeInTable(ptsHost.UpdGetFirstChangeInTable);
691
tableobjInit.
tablecbkfetch
.pfnUpdGetRowChange = new PTS.UpdGetRowChange(ptsHost.UpdGetRowChange);
692
tableobjInit.
tablecbkfetch
.pfnUpdGetCellChange = new PTS.UpdGetCellChange(ptsHost.UpdGetCellChange);
693
tableobjInit.
tablecbkfetch
.pfnGetDistributionKind = new PTS.GetDistributionKind(ptsHost.GetDistributionKind);
694
tableobjInit.
tablecbkfetch
.pfnGetRowProperties = new PTS.GetRowProperties(ptsHost.GetRowProperties);
695
tableobjInit.
tablecbkfetch
.pfnGetCells = new PTS.GetCells(ptsHost.GetCells);
696
tableobjInit.
tablecbkfetch
.pfnFInterruptFormattingTable = new PTS.FInterruptFormattingTable(ptsHost.FInterruptFormattingTable);
697
tableobjInit.
tablecbkfetch
.pfnCalcHorizontalBBoxOfRow = new PTS.CalcHorizontalBBoxOfRow(ptsHost.CalcHorizontalBBoxOfRow);