14 references to Page
PresentationFramework (14)
System\Windows\Documents\FixedDSBuilder.cs (1)
181FixedNode fn = FixedNode.Create(((FixedNode)_fixedNodes[0]).Page, childIndex);
System\Windows\Documents\FixedNode.cs (2)
166int comp = this.Page.CompareTo(fixedNode.Page);
System\Windows\Documents\FixedPageStructure.cs (4)
262if (currentFixedNode.Page == FixedFlowMap.FixedOrderStartPage) 275if (currentFixedNode.Page == FixedFlowMap.FixedOrderEndPage) 521if (currentFixedNode.Page == FixedFlowMap.FixedOrderStartPage || 522currentFixedNode.Page == FixedFlowMap.FixedOrderEndPage ||
System\Windows\Documents\FixedPosition.cs (1)
82return _fixedNode.Page;
System\Windows\Documents\FixedTextBuilder.cs (4)
251return doc.SyncGetPageWithCheck(node.Page); 277if (_IsBoundaryPage(currentNode.Page)) 282EnsureTextOMForPage(currentNode.Page); 283FixedPageStructure ps = _pageStructures[currentNode.Page];
System\Windows\Documents\FixedTextContainer.cs (1)
413FixedPage page = this.FixedDocument.SyncGetPageWithCheck(fn.Page);
System\Windows\Documents\FlowNode.cs (1)
169page = this.FixedSOMElements[0].FixedNode.Page;