9 references to Page
PresentationFramework (9)
src\Framework\System\Windows\Documents\FixedDSBuilder.cs (1)
196FixedNode fn = FixedNode.Create(((FixedNode)_fixedNodes[0]).Page, childIndex);
src\Framework\System\Windows\Documents\FixedNode.cs (2)
181int comp = this.Page.CompareTo(fixedNode.Page);
src\Framework\System\Windows\Documents\FixedPosition.cs (1)
92return _fixedNode.Page;
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (4)
274return doc.SyncGetPageWithCheck(node.Page); 300if (_IsBoundaryPage(currentNode.Page)) 305EnsureTextOMForPage(currentNode.Page); 306FixedPageStructure ps = _pageStructures[currentNode.Page];
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
438FixedPage page = this.FixedDocument.SyncGetPageWithCheck(fn.Page);