3 implementations of NavigateAsync
PresentationFramework (3)
System\Windows\Documents\DocumentSequence.cs (1)
138void IFixedNavigate.NavigateAsync(string elementID)
System\Windows\Documents\FixedDocument.cs (1)
183void IFixedNavigate.NavigateAsync(string elementID)
System\Windows\Documents\FixedPage.cs (1)
821void IFixedNavigate.NavigateAsync(string elementID)
1 reference to NavigateAsync
PresentationFramework (1)
System\Windows\Documents\FixedHyperlink.cs (1)
76fixedNavigate.NavigateAsync(e.Fragment);