14 references to Page
PresentationFramework (14)
System\Windows\Documents\FixedDSBuilder.cs (1)
190FixedNode fn = FixedNode.Create(((FixedNode)_fixedNodes[0]).Page, childIndex);
System\Windows\Documents\FixedNode.cs (2)
169int comp = this.Page.CompareTo(fixedNode.Page);
System\Windows\Documents\FixedPageStructure.cs (4)
269if (currentFixedNode.Page == FixedFlowMap.FixedOrderStartPage) 282if (currentFixedNode.Page == FixedFlowMap.FixedOrderEndPage) 528if (currentFixedNode.Page == FixedFlowMap.FixedOrderStartPage || 529currentFixedNode.Page == FixedFlowMap.FixedOrderEndPage ||
System\Windows\Documents\FixedPosition.cs (1)
88return _fixedNode.Page;
System\Windows\Documents\FixedTextBuilder.cs (4)
268return doc.SyncGetPageWithCheck(node.Page); 294if (_IsBoundaryPage(currentNode.Page)) 299EnsureTextOMForPage(currentNode.Page); 300FixedPageStructure ps = _pageStructures[currentNode.Page];
System\Windows\Documents\FixedTextContainer.cs (1)
431FixedPage page = this.FixedDocument.SyncGetPageWithCheck(fn.Page);
System\Windows\Documents\FlowNode.cs (1)
173page = this.FixedSOMElements[0].FixedNode.Page;