2 references to GetFocusedElement
PresentationCore (1)
System\Windows\Input\FocusManager.cs (1)
118
return
GetFocusedElement
(element, false);
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
5329
IInputElement activeElement = FocusManager.
GetFocusedElement
(fe, true);