8 instantiations of Hyperlink
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Microsoft.VisualStudio.LanguageServices (3)
PresentationFramework (4)
107 references to Hyperlink
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Microsoft.VisualStudio.LanguageServices (9)
PresentationFramework (90)
System\Windows\Documents\Hyperlink.cs (31)
49DefaultStyleKeyProperty.OverrideMetadata(typeof(Hyperlink), new FrameworkPropertyMetadata(typeof(Hyperlink)));
50_dType = DependencyObjectType.FromSystemTypeInternal(typeof(Hyperlink));
51FocusableProperty.OverrideMetadata(typeof(Hyperlink), new FrameworkPropertyMetadata(true));
52EventManager.RegisterClassHandler(typeof(Hyperlink), Mouse.QueryCursorEvent, new QueryCursorEventHandler(OnQueryCursor));
111Hyperlink hyperlink = navigator.GetAdjacentElement(LogicalDirection.Forward) as Hyperlink;
151typeof(Hyperlink),
174Hyperlink h = (Hyperlink)d;
265typeof(Hyperlink),
289Hyperlink h = (Hyperlink)d;
302typeof(Hyperlink),
341typeof(Hyperlink),
398= DependencyProperty.Register("TargetName", typeof(String), typeof(Hyperlink),
443typeof(Hyperlink));
463public static readonly RoutedEvent ClickEvent = System.Windows.Controls.Primitives.ButtonBase.ClickEvent.AddOwner(typeof(Hyperlink));
478typeof(Hyperlink));
578Uri cachedUri = Hyperlink.s_cachedNavigateUri;
588if (!(sourceElement is Hyperlink))
642Hyperlink hl = element as Hyperlink;
693RaiseEvent(new RoutedEventArgs(Hyperlink.ClickEvent, this));
809Hyperlink link = (Hyperlink)sender;
872typeof(Hyperlink),
905if (fce != null && (fce is Hyperlink))
928if (!(element is Hyperlink))
1097Hyperlink hl = sender as Hyperlink;
PresentationUI (4)
ReachFramework (2)