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