5 references to GetIndexOfPage
PresentationFramework (5)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (2)
411
docPage = sequence.GetPage(document, document.
GetIndexOfPage
(page));
415
docPage = document.GetPage(document.
GetIndexOfPage
(page));
System\Windows\Documents\FixedDocument.cs (3)
463
pageIndex =
GetIndexOfPage
(fixedPage);
1158
int pageNo =
GetIndexOfPage
(page);
1448
return this._panel.
GetIndexOfPage
(this._page);