1 type derived from ToolTip
System.Windows.Controls.Ribbon (1)
9 instantiations of ToolTip
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Microsoft.VisualStudio.LanguageServices (1)
PresentationFramework (6)
71 references to ToolTip
Microsoft.CodeAnalysis.EditorFeatures.Wpf (4)
Microsoft.VisualStudio.LanguageServices (1)
PresentationFramework (66)
System\Windows\Controls\ToolTip.cs (23)
38DefaultStyleKeyProperty.OverrideMetadata(typeof(ToolTip), new FrameworkPropertyMetadata(typeof(ToolTip)));
39_dType = DependencyObjectType.FromSystemTypeInternal(typeof(ToolTip));
40BackgroundProperty.OverrideMetadata(typeof(ToolTip), new FrameworkPropertyMetadata(SystemColors.InfoBrush));
41FocusableProperty.OverrideMetadata(typeof(ToolTip), new FrameworkPropertyMetadata(false));
70typeof(ToolTip),
95ToolTipService.HorizontalOffsetProperty.AddOwner(typeof(ToolTip),
126ToolTipService.VerticalOffsetProperty.AddOwner(typeof(ToolTip),
160typeof(ToolTip),
168ToolTip t = (ToolTip) d;
207typeof(ToolTip),
213ToolTip tt = (ToolTip)d;
237ToolTipService.PlacementTargetProperty.AddOwner(typeof(ToolTip),
262ToolTipService.PlacementRectangleProperty.AddOwner(typeof(ToolTip),
286ToolTipService.PlacementProperty.AddOwner(typeof(ToolTip),
311Popup.CustomPopupPlacementCallbackProperty.AddOwner(typeof(ToolTip));
330Popup.StaysOpenProperty.AddOwner(typeof(ToolTip));
348ToolTipService.ShowsToolTipOnKeyboardFocusProperty.AddOwner(typeof(ToolTip));
368EventManager.RegisterRoutedEvent("Opened", RoutingStrategy.Bubble, typeof(RoutedEventHandler), typeof(ToolTip));
399EventManager.RegisterRoutedEvent("Closed", RoutingStrategy.Bubble, typeof(RoutedEventHandler), typeof(ToolTip));
502newContent is ToolTip)