5 references to CurrentToolTip
PresentationFramework (5)
src\Framework\System\Windows\Controls\ToolTip.cs (1)
492if (this == popupControlService.CurrentToolTip &&
src\Framework\System\windows\Documents\TextEditor.cs (4)
569if (popupControlService.CurrentToolTip != null && 570popupControlService.CurrentToolTip.IsOpen && 571popupControlService.CurrentToolTip.PlacementTarget == _uiScope) 573popupControlService.CurrentToolTip.IsOpen = false;