10 references to NavigateUriProperty
PresentationFramework (10)
src\Framework\System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
185ApplyBinding(link, Hyperlink.NavigateUriProperty);
src\Framework\System\Windows\Documents\FixedElement.cs (1)
120Hyperlink.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)
385return (Uri)GetValue(NavigateUriProperty); 390SetValue(NavigateUriProperty, value); 670return (hl == null) ? FixedPage.NavigateUriProperty : NavigateUriProperty;
src\Framework\System\Windows\Documents\TextSchema.cs (1)
956Hyperlink.NavigateUriProperty,
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2943DependencyProperty dp = System.Windows.Documents.Hyperlink.NavigateUriProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1829return System.Windows.Documents.Hyperlink.NavigateUriProperty;