4 references to GetToolTip
PresentationFramework (4)
System\Windows\Controls\PopupControlService.cs (1)
444
object tooltip = ToolTipService.
GetToolTip
(o);
System\Windows\Controls\ToolTipService.cs (1)
601
object tooltipObject =
GetToolTip
(o);
System\Windows\FrameworkContentElement.cs (1)
1843
return ToolTipService.
GetToolTip
(this);
System\Windows\FrameworkElement.cs (1)
5899
return ToolTipService.
GetToolTip
(this);