4 references to GetToolTip
PresentationFramework (4)
System\Windows\Controls\PopupControlService.cs (1)
436
object tooltip = ToolTipService.
GetToolTip
(o);
System\Windows\Controls\ToolTipService.cs (1)
596
object tooltipObject =
GetToolTip
(o);
System\Windows\FrameworkContentElement.cs (1)
1826
return ToolTipService.
GetToolTip
(this);
System\Windows\FrameworkElement.cs (1)
5893
return ToolTipService.
GetToolTip
(this);