60 references to ToolTipService
PresentationFramework (58)
src\Framework\System\Windows\Controls\ComboBox.cs (2)
52ToolTipService.IsEnabledProperty.OverrideMetadata(typeof(ComboBox), new FrameworkPropertyMetadata(null, new CoerceValueCallback(CoerceToolTipIsEnabled))); 319comboBox.CoerceValue(ToolTipService.IsEnabledProperty);
src\Framework\System\Windows\Controls\MenuItem.cs (2)
185ToolTipService.IsEnabledProperty.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(null, new CoerceValueCallback(CoerceToolTipIsEnabled))); 717menuItem.CoerceValue(ToolTipService.IsEnabledProperty);
src\Framework\System\Windows\Controls\PopupControlService.cs (5)
331ToolTipTimer.Interval = TimeSpan.FromMilliseconds(ToolTipService.GetInitialShowDelay(o)); 490object tooltip = ToolTipService.GetToolTip(o); 505binding.Path = new PropertyPath(ToolTipService.ToolTipProperty); 525ToolTipTimer.Interval = TimeSpan.FromMilliseconds(ToolTipService.GetShowDuration(o)); 595ToolTipTimer.Interval = TimeSpan.FromMilliseconds(ToolTipService.GetBetweenShowDelay(o));
src\Framework\System\Windows\Controls\ToolBar.cs (2)
70ToolTipService.IsEnabledProperty.OverrideMetadata(typeof(ToolBar), new FrameworkPropertyMetadata(null, new CoerceValueCallback(CoerceToolTipIsEnabled))); 277toolBar.CoerceValue(ToolTipService.IsEnabledProperty);
src\Framework\System\Windows\Controls\ToolTip.cs (12)
105ToolTipService.HorizontalOffsetProperty.AddOwner(typeof(ToolTip), 111return PopupControlService.CoerceProperty(d, value, ToolTipService.HorizontalOffsetProperty); 136ToolTipService.VerticalOffsetProperty.AddOwner(typeof(ToolTip), 142return PopupControlService.CoerceProperty(d, value, ToolTipService.VerticalOffsetProperty); 216ToolTipService.HasDropShadowProperty.AddOwner( 230return PopupControlService.CoerceProperty(d, value, ToolTipService.HasDropShadowProperty); 247ToolTipService.PlacementTargetProperty.AddOwner(typeof(ToolTip), 253return PopupControlService.CoerceProperty(d, value, ToolTipService.PlacementTargetProperty); 272ToolTipService.PlacementRectangleProperty.AddOwner(typeof(ToolTip), 278return PopupControlService.CoerceProperty(d, value, ToolTipService.PlacementRectangleProperty); 296ToolTipService.PlacementProperty.AddOwner(typeof(ToolTip), 302return PopupControlService.CoerceProperty(d, value, ToolTipService.PlacementProperty);
src\Framework\System\Windows\Controls\ToolTipService.cs (19)
32typeof(ToolTipService), // Owner 76typeof(ToolTipService), // Owner 115typeof(ToolTipService), // Owner 154typeof(ToolTipService), // Owner 192typeof(ToolTipService), // Owner 230typeof(ToolTipService), // Owner 268typeof(ToolTipService), // Owner 306typeof(ToolTipService), // Owner 344typeof(ToolTipService), // Owner 387typeof(ToolTipService), // Owner 430typeof(ToolTipService), // Owner 469typeof(ToolTipService), // Owner 508typeof(ToolTipService), // Owner 558typeof(ToolTipService)); 588typeof(ToolTipService)); 619typeof(ToolTipService)); 697RoutedEvent = ToolTipService.ToolTipOpeningEvent; 701RoutedEvent = ToolTipService.ToolTipClosingEvent; 723RoutedEvent = ToolTipService.FindToolTipEvent;
src\Framework\System\Windows\FrameworkContentElement.cs (5)
1840ToolTipService.ToolTipProperty.AddOwner(typeof(FrameworkContentElement)); 1854return ToolTipService.GetToolTip(this); 1859ToolTipService.SetToolTip(this, value); 1890public static readonly RoutedEvent ToolTipOpeningEvent = ToolTipService.ToolTipOpeningEvent.AddOwner(typeof(FrameworkContentElement)); 1928public static readonly RoutedEvent ToolTipClosingEvent = ToolTipService.ToolTipClosingEvent.AddOwner(typeof(FrameworkContentElement));
src\Framework\System\Windows\FrameworkElement.cs (5)
5890ToolTipService.ToolTipProperty.AddOwner(_typeofThis); 5905return ToolTipService.GetToolTip(this); 5910ToolTipService.SetToolTip(this, value); 5942public static readonly RoutedEvent ToolTipOpeningEvent = ToolTipService.ToolTipOpeningEvent.AddOwner(_typeofThis); 5980public static readonly RoutedEvent ToolTipClosingEvent = ToolTipService.ToolTipClosingEvent.AddOwner(_typeofThis);
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
766case 674: t = () => typeof(ToolTipService); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
7641Type type = typeof(System.Windows.Controls.ToolTipService); 7642DependencyProperty dp = System.Windows.Controls.ToolTipService.ToolTipProperty; 7644this.GetXamlType(typeof(System.Windows.Controls.ToolTipService)), // DeclaringType
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10424typeof(System.Windows.Controls.ToolTipService),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6218case KnownElements.ToolTipService: t = typeof(System.Windows.Controls.ToolTipService); break;
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (2)
843ToolTipService.SetIsEnabled(owner.Editor, false); 849ToolTipService.SetIsEnabled(owner.Editor, true);