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