5 references to GetIndexOfPage
PresentationFramework (5)
src\Framework\MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (2)
432
docPage = sequence.GetPage(document, document.
GetIndexOfPage
(page));
436
docPage = document.GetPage(document.
GetIndexOfPage
(page));
src\Framework\System\Windows\Documents\FixedDocument.cs (3)
500
pageIndex =
GetIndexOfPage
(fixedPage);
1207
int pageNo =
GetIndexOfPage
(page);
1501
return this._panel.
GetIndexOfPage
(this._page);