1 override of GetPageNumberAsync
PresentationFramework (1)
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (1)
222
public override void
GetPageNumberAsync
(ContentPosition contentPosition, object userState)
4 references to GetPageNumberAsync
PresentationCore (1)
Core\CSharp\System\Windows\Documents\DynamicDocumentPaginator.cs (1)
59
GetPageNumberAsync
(contentPosition, null);
PresentationFramework (3)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (1)
1957
Content.
GetPageNumberAsync
(data.ContentPosition, data);
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1210
documentPaginator.
GetPageNumberAsync
(contentPosition, bringIntoViewState);
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
1057
documentPaginator.
GetPageNumberAsync
(contentPosition, _bringContentPositionIntoViewToken);