10 references to PushNewPageData
PresentationFramework (10)
src\Framework\MS\Internal\PtsHost\FigureParagraph.cs (1)
535StructuralCache.CurrentFormatContext.PushNewPageData(new Size(TextDpi.FromTextDpi(lWidth), TextDpi.FromTextDpi(lHeight)),
src\Framework\MS\Internal\PtsHost\FloaterParagraph.cs (2)
737StructuralCache.CurrentFormatContext.PushNewPageData(new Size(TextDpi.FromTextDpi(lWidth), TextDpi.FromTextDpi(lHeight)), 787StructuralCache.CurrentFormatContext.PushNewPageData(new Size(TextDpi.FromTextDpi(lWidth), TextDpi.MaxWidth),
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (4)
153_structuralCache.CurrentFormatContext.PushNewPageData(pageSize, _pageMargin, true, false); 158_structuralCache.CurrentFormatContext.PushNewPageData(pageSize, _pageMargin, false, false); 216_structuralCache.CurrentFormatContext.PushNewPageData(pageSize, _pageMargin, true, true); 221_structuralCache.CurrentFormatContext.PushNewPageData(pageSize, _pageMargin, false, true);
src\Framework\MS\Internal\PtsHost\SubpageParagraph.cs (3)
235StructuralCache.CurrentFormatContext.PushNewPageData(new Size(TextDpi.FromTextDpi(subpageWidth), TextDpi.FromTextDpi(subpageHeight)), 422StructuralCache.CurrentFormatContext.PushNewPageData(new Size(TextDpi.FromTextDpi(subpageWidth), TextDpi.MaxWidth), 589StructuralCache.CurrentFormatContext.PushNewPageData(new Size(TextDpi.FromTextDpi(subpageWidth), TextDpi.MaxWidth),