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