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)
24DefaultStyleKeyProperty.OverrideMetadata(typeof(ToolTip), new FrameworkPropertyMetadata(typeof(ToolTip)));
25_dType = DependencyObjectType.FromSystemTypeInternal(typeof(ToolTip));
26BackgroundProperty.OverrideMetadata(typeof(ToolTip), new FrameworkPropertyMetadata(SystemColors.InfoBrush));
27FocusableProperty.OverrideMetadata(typeof(ToolTip), new FrameworkPropertyMetadata(false));
56typeof(ToolTip),
81ToolTipService.HorizontalOffsetProperty.AddOwner(typeof(ToolTip),
112ToolTipService.VerticalOffsetProperty.AddOwner(typeof(ToolTip),
146typeof(ToolTip),
154ToolTip t = (ToolTip) d;
192typeof(ToolTip),
198ToolTip tt = (ToolTip)d;
222ToolTipService.PlacementTargetProperty.AddOwner(typeof(ToolTip),
247ToolTipService.PlacementRectangleProperty.AddOwner(typeof(ToolTip),
271ToolTipService.PlacementProperty.AddOwner(typeof(ToolTip),
296Popup.CustomPopupPlacementCallbackProperty.AddOwner(typeof(ToolTip));
315Popup.StaysOpenProperty.AddOwner(typeof(ToolTip));
333ToolTipService.ShowsToolTipOnKeyboardFocusProperty.AddOwner(typeof(ToolTip));
353EventManager.RegisterRoutedEvent("Opened", RoutingStrategy.Bubble, typeof(RoutedEventHandler), typeof(ToolTip));
384EventManager.RegisterRoutedEvent("Closed", RoutingStrategy.Bubble, typeof(RoutedEventHandler), typeof(ToolTip));
487newContent is ToolTip)