10 references to NavigateUriProperty
PresentationFramework (10)
src\Framework\System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
185
ApplyBinding(link, Hyperlink.
NavigateUriProperty
);
src\Framework\System\Windows\Documents\FixedElement.cs (1)
120
Hyperlink.
NavigateUriProperty
.AddOwner(
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (2)
1473
_currentFixedElement.SetValue(Hyperlink.
NavigateUriProperty
, hyperlink.Uri);
1771
_currentFixedElement.SetValue(Hyperlink.
NavigateUriProperty
, navUri);
src\Framework\System\Windows\Documents\Hyperlink.cs (3)
385
return (Uri)GetValue(
NavigateUriProperty
);
390
SetValue(
NavigateUriProperty
, value);
670
return (hl == null) ? FixedPage.NavigateUriProperty :
NavigateUriProperty
;
src\Framework\System\Windows\Documents\TextSchema.cs (1)
956
Hyperlink.
NavigateUriProperty
,
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2943
DependencyProperty dp = System.Windows.Documents.Hyperlink.
NavigateUriProperty
;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1829
return System.Windows.Documents.Hyperlink.
NavigateUriProperty
;