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