10 references to PushNewPageData
PresentationFramework (10)
MS\Internal\PtsHost\FigureParagraph.cs (1)
493StructuralCache.CurrentFormatContext.PushNewPageData(new Size(TextDpi.FromTextDpi(lWidth), TextDpi.FromTextDpi(lHeight)),
MS\Internal\PtsHost\FloaterParagraph.cs (2)
700StructuralCache.CurrentFormatContext.PushNewPageData(new Size(TextDpi.FromTextDpi(lWidth), TextDpi.FromTextDpi(lHeight)), 743StructuralCache.CurrentFormatContext.PushNewPageData(new Size(TextDpi.FromTextDpi(lWidth), TextDpi.MaxWidth),
MS\Internal\PtsHost\FlowDocumentPage.cs (4)
142_structuralCache.CurrentFormatContext.PushNewPageData(pageSize, _pageMargin, true, false); 147_structuralCache.CurrentFormatContext.PushNewPageData(pageSize, _pageMargin, false, false); 205_structuralCache.CurrentFormatContext.PushNewPageData(pageSize, _pageMargin, true, true); 210_structuralCache.CurrentFormatContext.PushNewPageData(pageSize, _pageMargin, false, true);
MS\Internal\PtsHost\SubpageParagraph.cs (3)
199StructuralCache.CurrentFormatContext.PushNewPageData(new Size(TextDpi.FromTextDpi(subpageWidth), TextDpi.FromTextDpi(subpageHeight)), 369StructuralCache.CurrentFormatContext.PushNewPageData(new Size(TextDpi.FromTextDpi(subpageWidth), TextDpi.MaxWidth), 523StructuralCache.CurrentFormatContext.PushNewPageData(new Size(TextDpi.FromTextDpi(subpageWidth), TextDpi.MaxWidth),