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)
25DefaultStyleKeyProperty.OverrideMetadata(typeof(ToolTip), new FrameworkPropertyMetadata(typeof(ToolTip)));
26_dType = DependencyObjectType.FromSystemTypeInternal(typeof(ToolTip));
27BackgroundProperty.OverrideMetadata(typeof(ToolTip), new FrameworkPropertyMetadata(SystemColors.InfoBrush));
28FocusableProperty.OverrideMetadata(typeof(ToolTip), new FrameworkPropertyMetadata(false));
57typeof(ToolTip),
82ToolTipService.HorizontalOffsetProperty.AddOwner(typeof(ToolTip),
113ToolTipService.VerticalOffsetProperty.AddOwner(typeof(ToolTip),
147typeof(ToolTip),
155ToolTip t = (ToolTip) d;
194typeof(ToolTip),
200ToolTip tt = (ToolTip)d;
224ToolTipService.PlacementTargetProperty.AddOwner(typeof(ToolTip),
249ToolTipService.PlacementRectangleProperty.AddOwner(typeof(ToolTip),
273ToolTipService.PlacementProperty.AddOwner(typeof(ToolTip),
298Popup.CustomPopupPlacementCallbackProperty.AddOwner(typeof(ToolTip));
317Popup.StaysOpenProperty.AddOwner(typeof(ToolTip));
335ToolTipService.ShowsToolTipOnKeyboardFocusProperty.AddOwner(typeof(ToolTip));
355EventManager.RegisterRoutedEvent("Opened", RoutingStrategy.Bubble, typeof(RoutedEventHandler), typeof(ToolTip));
386EventManager.RegisterRoutedEvent("Closed", RoutingStrategy.Bubble, typeof(RoutedEventHandler), typeof(ToolTip));
489newContent is ToolTip)