15 references to tablecbkfetch
PresentationFramework (15)
src\Framework\MS\Internal\PtsHost\PtsCache.cs (15)
795
tableobjInit.
tablecbkfetch
.pfnGetFirstHeaderRow = new PTS.GetFirstHeaderRow(ptsHost.GetFirstHeaderRow);
796
tableobjInit.
tablecbkfetch
.pfnGetNextHeaderRow = new PTS.GetNextHeaderRow(ptsHost.GetNextHeaderRow);
797
tableobjInit.
tablecbkfetch
.pfnGetFirstFooterRow = new PTS.GetFirstFooterRow(ptsHost.GetFirstFooterRow);
798
tableobjInit.
tablecbkfetch
.pfnGetNextFooterRow = new PTS.GetNextFooterRow(ptsHost.GetNextFooterRow);
799
tableobjInit.
tablecbkfetch
.pfnGetFirstRow = new PTS.GetFirstRow(ptsHost.GetFirstRow);
800
tableobjInit.
tablecbkfetch
.pfnGetNextRow = new PTS.GetNextRow(ptsHost.GetNextRow);
801
tableobjInit.
tablecbkfetch
.pfnUpdFChangeInHeaderFooter = new PTS.UpdFChangeInHeaderFooter(ptsHost.UpdFChangeInHeaderFooter);
802
tableobjInit.
tablecbkfetch
.pfnUpdGetFirstChangeInTable = new PTS.UpdGetFirstChangeInTable(ptsHost.UpdGetFirstChangeInTable);
803
tableobjInit.
tablecbkfetch
.pfnUpdGetRowChange = new PTS.UpdGetRowChange(ptsHost.UpdGetRowChange);
804
tableobjInit.
tablecbkfetch
.pfnUpdGetCellChange = new PTS.UpdGetCellChange(ptsHost.UpdGetCellChange);
805
tableobjInit.
tablecbkfetch
.pfnGetDistributionKind = new PTS.GetDistributionKind(ptsHost.GetDistributionKind);
806
tableobjInit.
tablecbkfetch
.pfnGetRowProperties = new PTS.GetRowProperties(ptsHost.GetRowProperties);
807
tableobjInit.
tablecbkfetch
.pfnGetCells = new PTS.GetCells(ptsHost.GetCells);
808
tableobjInit.
tablecbkfetch
.pfnFInterruptFormattingTable = new PTS.FInterruptFormattingTable(ptsHost.FInterruptFormattingTable);
809
tableobjInit.
tablecbkfetch
.pfnCalcHorizontalBBoxOfRow = new PTS.CalcHorizontalBBoxOfRow(ptsHost.CalcHorizontalBBoxOfRow);