4 references to GetToolTip
PresentationFramework (4)
src\Framework\System\Windows\Controls\PopupControlService.cs (1)
490
object tooltip = ToolTipService.
GetToolTip
(o);
src\Framework\System\Windows\Controls\ToolTipService.cs (1)
657
object tooltipObject =
GetToolTip
(o);
src\Framework\System\Windows\FrameworkContentElement.cs (1)
1854
return ToolTipService.
GetToolTip
(this);
src\Framework\System\Windows\FrameworkElement.cs (1)
5905
return ToolTipService.
GetToolTip
(this);