3 references to Current
PresentationFramework (3)
src\Framework\System\Windows\Controls\ToolTip.cs (1)
482
PopupControlService popupControlService = PopupControlService.
Current
;
src\Framework\System\Windows\Controls\ToolTipService.cs (1)
636
if (e.TriggerAction != ToolTip.ToolTipTrigger.KeyboardShortcut && PopupControlService.
Current
.StopLookingForToolTip(o))
src\Framework\System\windows\Documents\TextEditor.cs (1)
567
PopupControlService popupControlService = PopupControlService.
Current
;