10 references to PushNewPageData
PresentationFramework (10)
MS\Internal\PtsHost\FigureParagraph.cs (1)
504StructuralCache.CurrentFormatContext.PushNewPageData(new Size(TextDpi.FromTextDpi(lWidth), TextDpi.FromTextDpi(lHeight)),
MS\Internal\PtsHost\FloaterParagraph.cs (2)
711StructuralCache.CurrentFormatContext.PushNewPageData(new Size(TextDpi.FromTextDpi(lWidth), TextDpi.FromTextDpi(lHeight)), 754StructuralCache.CurrentFormatContext.PushNewPageData(new Size(TextDpi.FromTextDpi(lWidth), TextDpi.MaxWidth),
MS\Internal\PtsHost\FlowDocumentPage.cs (4)
143_structuralCache.CurrentFormatContext.PushNewPageData(pageSize, _pageMargin, true, false); 148_structuralCache.CurrentFormatContext.PushNewPageData(pageSize, _pageMargin, false, false); 206_structuralCache.CurrentFormatContext.PushNewPageData(pageSize, _pageMargin, true, true); 211_structuralCache.CurrentFormatContext.PushNewPageData(pageSize, _pageMargin, false, true);
MS\Internal\PtsHost\SubpageParagraph.cs (3)
207StructuralCache.CurrentFormatContext.PushNewPageData(new Size(TextDpi.FromTextDpi(subpageWidth), TextDpi.FromTextDpi(subpageHeight)), 382StructuralCache.CurrentFormatContext.PushNewPageData(new Size(TextDpi.FromTextDpi(subpageWidth), TextDpi.MaxWidth), 540StructuralCache.CurrentFormatContext.PushNewPageData(new Size(TextDpi.FromTextDpi(subpageWidth), TextDpi.MaxWidth),