3 implementations of NavigateAsync
PresentationFramework (3)
System\Windows\Documents\DocumentSequence.cs (1)
150void IFixedNavigate.NavigateAsync(string elementID)
System\Windows\Documents\FixedDocument.cs (1)
195void IFixedNavigate.NavigateAsync(string elementID)
System\Windows\Documents\FixedPage.cs (1)
828void IFixedNavigate.NavigateAsync(string elementID)
1 reference to NavigateAsync
PresentationFramework (1)
System\Windows\Documents\FixedHyperlink.cs (1)
86fixedNavigate.NavigateAsync(e.Fragment);