3 references to NavigateUriProperty
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedPage.cs (2)
342return (Uri)element.GetValue(NavigateUriProperty); 353element.SetValue(NavigateUriProperty, uri);
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
670return (hl == null) ? FixedPage.NavigateUriProperty : NavigateUriProperty;