10 references to PushNewPageData
PresentationFramework (10)
MS\Internal\PtsHost\FigureParagraph.cs (1)
497StructuralCache.CurrentFormatContext.PushNewPageData(new Size(TextDpi.FromTextDpi(lWidth), TextDpi.FromTextDpi(lHeight)),
MS\Internal\PtsHost\FloaterParagraph.cs (2)
704StructuralCache.CurrentFormatContext.PushNewPageData(new Size(TextDpi.FromTextDpi(lWidth), TextDpi.FromTextDpi(lHeight)), 747StructuralCache.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)
206StructuralCache.CurrentFormatContext.PushNewPageData(new Size(TextDpi.FromTextDpi(subpageWidth), TextDpi.FromTextDpi(subpageHeight)), 381StructuralCache.CurrentFormatContext.PushNewPageData(new Size(TextDpi.FromTextDpi(subpageWidth), TextDpi.MaxWidth), 539StructuralCache.CurrentFormatContext.PushNewPageData(new Size(TextDpi.FromTextDpi(subpageWidth), TextDpi.MaxWidth),