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)
43DefaultStyleKeyProperty.OverrideMetadata(typeof(Hyperlink), new FrameworkPropertyMetadata(typeof(Hyperlink)));
44_dType = DependencyObjectType.FromSystemTypeInternal(typeof(Hyperlink));
45FocusableProperty.OverrideMetadata(typeof(Hyperlink), new FrameworkPropertyMetadata(true));
46EventManager.RegisterClassHandler(typeof(Hyperlink), Mouse.QueryCursorEvent, new QueryCursorEventHandler(OnQueryCursor));
105Hyperlink hyperlink = navigator.GetAdjacentElement(LogicalDirection.Forward) as Hyperlink;
145typeof(Hyperlink),
168Hyperlink h = (Hyperlink)d;
259typeof(Hyperlink),
283Hyperlink h = (Hyperlink)d;
296typeof(Hyperlink),
335typeof(Hyperlink),
392= DependencyProperty.Register("TargetName", typeof(String), typeof(Hyperlink),
437typeof(Hyperlink));
457public static readonly RoutedEvent ClickEvent = System.Windows.Controls.Primitives.ButtonBase.ClickEvent.AddOwner(typeof(Hyperlink));
472typeof(Hyperlink));
572Uri cachedUri = Hyperlink.s_cachedNavigateUri;
582if (!(sourceElement is Hyperlink))
638Hyperlink hl = element as Hyperlink;
689RaiseEvent(new RoutedEventArgs(Hyperlink.ClickEvent, this));
805Hyperlink link = (Hyperlink)sender;
868typeof(Hyperlink),
901if (fce != null && (fce is Hyperlink))
924if (!(element is Hyperlink))
1093Hyperlink hl = sender as Hyperlink;
PresentationUI (4)
ReachFramework (2)