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