3 implementations of NavigateAsync
PresentationFramework (3)
System\Windows\Documents\DocumentSequence.cs (1)
139void IFixedNavigate.NavigateAsync(string elementID)
System\Windows\Documents\FixedDocument.cs (1)
184void IFixedNavigate.NavigateAsync(string elementID)
System\Windows\Documents\FixedPage.cs (1)
822void IFixedNavigate.NavigateAsync(string elementID)
1 reference to NavigateAsync
PresentationFramework (1)
System\Windows\Documents\FixedHyperlink.cs (1)
77fixedNavigate.NavigateAsync(e.Fragment);