5 references to GetIndexOfPage
PresentationFramework (5)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (2)
410
docPage = sequence.GetPage(document, document.
GetIndexOfPage
(page));
414
docPage = document.GetPage(document.
GetIndexOfPage
(page));
System\Windows\Documents\FixedDocument.cs (3)
462
pageIndex =
GetIndexOfPage
(fixedPage);
1159
int pageNo =
GetIndexOfPage
(page);
1446
return this._panel.
GetIndexOfPage
(this._page);