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