10 references to NavigateUriProperty
PresentationFramework (10)
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
184
ApplyBinding(link, Hyperlink.
NavigateUriProperty
);
System\Windows\Documents\FixedElement.cs (1)
116
Hyperlink.
NavigateUriProperty
.AddOwner(
System\Windows\Documents\FixedTextBuilder.cs (2)
1444
_currentFixedElement.SetValue(Hyperlink.
NavigateUriProperty
, hyperlink.Uri);
1739
_currentFixedElement.SetValue(Hyperlink.
NavigateUriProperty
, navUri);
System\Windows\Documents\Hyperlink.cs (3)
386
return (Uri)GetValue(
NavigateUriProperty
);
390
SetValue(
NavigateUriProperty
, value);
643
return (hl == null) ? FixedPage.NavigateUriProperty :
NavigateUriProperty
;
System\Windows\Documents\TextSchema.cs (1)
954
Hyperlink.
NavigateUriProperty
,
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2951
DependencyProperty dp = System.Windows.Documents.Hyperlink.
NavigateUriProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1828
return System.Windows.Documents.Hyperlink.
NavigateUriProperty
;