3 implementations of NavigateAsync
PresentationFramework (3)
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
161void IFixedNavigate.NavigateAsync(string elementID)
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
207void IFixedNavigate.NavigateAsync(string elementID)
src\Framework\System\Windows\Documents\FixedPage.cs (1)
859void IFixedNavigate.NavigateAsync(string elementID)
1 reference to NavigateAsync
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedHyperlink.cs (1)
90fixedNavigate.NavigateAsync(e.Fragment);