5 references to GetIndexOfPage
PresentationFramework (5)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (2)
422
docPage = sequence.GetPage(document, document.
GetIndexOfPage
(page));
426
docPage = document.GetPage(document.
GetIndexOfPage
(page));
System\Windows\Documents\FixedDocument.cs (3)
474
pageIndex =
GetIndexOfPage
(fixedPage);
1169
int pageNo =
GetIndexOfPage
(page);
1459
return this._panel.
GetIndexOfPage
(this._page);