3 references to NavigateUriProperty
PresentationFramework (3)
System\Windows\Documents\FixedPage.cs (2)
327
return (Uri)element.GetValue(
NavigateUriProperty
);
338
element.SetValue(
NavigateUriProperty
, uri);
System\Windows\Documents\Hyperlink.cs (1)
637
return (hl == null) ? FixedPage.
NavigateUriProperty
: NavigateUriProperty;