10 references to NavigateUriProperty
PresentationFramework (10)
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
177ApplyBinding(link, Hyperlink.NavigateUriProperty);
System\Windows\Documents\FixedElement.cs (1)
108Hyperlink.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)
380return (Uri)GetValue(NavigateUriProperty); 384SetValue(NavigateUriProperty, value); 639return (hl == null) ? FixedPage.NavigateUriProperty : NavigateUriProperty;
System\Windows\Documents\TextSchema.cs (1)
948Hyperlink.NavigateUriProperty,
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3053DependencyProperty dp = System.Windows.Documents.Hyperlink.NavigateUriProperty;
System\Windows\Markup\KnownTypes.cs (1)
1822return System.Windows.Documents.Hyperlink.NavigateUriProperty;