10 references to NavigateUriProperty
PresentationFramework (10)
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
177
ApplyBinding(link, Hyperlink.
NavigateUriProperty
);
System\Windows\Documents\FixedElement.cs (1)
108
Hyperlink.
NavigateUriProperty
.AddOwner(
System\Windows\Documents\FixedTextBuilder.cs (2)
1438
_currentFixedElement.SetValue(Hyperlink.
NavigateUriProperty
, hyperlink.Uri);
1734
_currentFixedElement.SetValue(Hyperlink.
NavigateUriProperty
, navUri);
System\Windows\Documents\Hyperlink.cs (3)
380
return (Uri)GetValue(
NavigateUriProperty
);
384
SetValue(
NavigateUriProperty
, value);
639
return (hl == null) ? FixedPage.NavigateUriProperty :
NavigateUriProperty
;
System\Windows\Documents\TextSchema.cs (1)
948
Hyperlink.
NavigateUriProperty
,
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3053
DependencyProperty dp = System.Windows.Documents.Hyperlink.
NavigateUriProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1822
return System.Windows.Documents.Hyperlink.
NavigateUriProperty
;