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)
42DefaultStyleKeyProperty.OverrideMetadata(typeof(Hyperlink), new FrameworkPropertyMetadata(typeof(Hyperlink)));
43_dType = DependencyObjectType.FromSystemTypeInternal(typeof(Hyperlink));
44FocusableProperty.OverrideMetadata(typeof(Hyperlink), new FrameworkPropertyMetadata(true));
45EventManager.RegisterClassHandler(typeof(Hyperlink), Mouse.QueryCursorEvent, new QueryCursorEventHandler(OnQueryCursor));
104Hyperlink hyperlink = navigator.GetAdjacentElement(LogicalDirection.Forward) as Hyperlink;
144typeof(Hyperlink),
167Hyperlink h = (Hyperlink)d;
258typeof(Hyperlink),
282Hyperlink h = (Hyperlink)d;
295typeof(Hyperlink),
334typeof(Hyperlink),
391= DependencyProperty.Register("TargetName", typeof(String), typeof(Hyperlink),
436typeof(Hyperlink));
456public static readonly RoutedEvent ClickEvent = System.Windows.Controls.Primitives.ButtonBase.ClickEvent.AddOwner(typeof(Hyperlink));
471typeof(Hyperlink));
571Uri cachedUri = Hyperlink.s_cachedNavigateUri;
581if (!(sourceElement is Hyperlink))
637Hyperlink hl = element as Hyperlink;
687RaiseEvent(new RoutedEventArgs(Hyperlink.ClickEvent, this));
803Hyperlink link = (Hyperlink)sender;
867typeof(Hyperlink),
900if (fce != null && (fce is Hyperlink))
923if (!(element is Hyperlink))
1092Hyperlink hl = sender as Hyperlink;
PresentationUI (4)
ReachFramework (2)