10 references to NavigateUriProperty
PresentationFramework (10)
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
176
ApplyBinding(link, Hyperlink.
NavigateUriProperty
);
System\Windows\Documents\FixedElement.cs (1)
107
Hyperlink.
NavigateUriProperty
.AddOwner(
System\Windows\Documents\FixedTextBuilder.cs (2)
1434
_currentFixedElement.SetValue(Hyperlink.
NavigateUriProperty
, hyperlink.Uri);
1730
_currentFixedElement.SetValue(Hyperlink.
NavigateUriProperty
, navUri);
System\Windows\Documents\Hyperlink.cs (3)
379
return (Uri)GetValue(
NavigateUriProperty
);
383
SetValue(
NavigateUriProperty
, value);
638
return (hl == null) ? FixedPage.NavigateUriProperty :
NavigateUriProperty
;
System\Windows\Documents\TextSchema.cs (1)
947
Hyperlink.
NavigateUriProperty
,
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3052
DependencyProperty dp = System.Windows.Documents.Hyperlink.
NavigateUriProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1821
return System.Windows.Documents.Hyperlink.
NavigateUriProperty
;