4 references to GetToolTip
PresentationFramework (4)
System\Windows\Controls\PopupControlService.cs (1)
435
object tooltip = ToolTipService.
GetToolTip
(o);
System\Windows\Controls\ToolTipService.cs (1)
595
object tooltipObject =
GetToolTip
(o);
System\Windows\FrameworkContentElement.cs (1)
1822
return ToolTipService.
GetToolTip
(this);
System\Windows\FrameworkElement.cs (1)
5883
return ToolTipService.
GetToolTip
(this);