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