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