1 override of GetPageNumberAsync
PresentationFramework (1)
MS\Internal\Documents\FlowDocumentPaginator.cs (1)
213
public override void
GetPageNumberAsync
(ContentPosition contentPosition, object userState)
4 references to GetPageNumberAsync
PresentationCore (1)
System\Windows\Documents\DynamicDocumentPaginator.cs (1)
56
GetPageNumberAsync
(contentPosition, null);
PresentationFramework (3)
MS\Internal\Documents\DocumentGrid.cs (1)
1911
Content.
GetPageNumberAsync
(data.ContentPosition, data);
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1193
documentPaginator.
GetPageNumberAsync
(contentPosition, bringIntoViewState);
System\Windows\Controls\SinglePageViewer.cs (1)
1047
documentPaginator.
GetPageNumberAsync
(contentPosition, _bringContentPositionIntoViewToken);