13 references to GetFocusedElement
PresentationCore (5)
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (1)
797
IInputElement focusedElement = FocusManager.
GetFocusedElement
(parentScope);
Core\CSharp\System\Windows\UIElement.cs (2)
1993
if (!attached && FocusManager.
GetFocusedElement
(this)!=null)
2648
if (FocusManager.
GetFocusedElement
(focusScope) == null)
Core\CSharp\System\Windows\UIElement3D.cs (2)
331
if (!attached && FocusManager.
GetFocusedElement
(this) != null)
608
if (FocusManager.
GetFocusedElement
(focusScope) == null)
PresentationFramework (5)
src\Framework\MS\Internal\AppModel\OleCmdHelper.cs (2)
116
IInputElement target = FocusManager.
GetFocusedElement
(Application.Current.MainWindow);
173
IInputElement target = FocusManager.
GetFocusedElement
(Application.Current.MainWindow);
src\Framework\System\Windows\Controls\Frame.cs (1)
229
IInputElement focusedElement = FocusManager.
GetFocusedElement
(doContent) as IInputElement;
src\Framework\System\Windows\Input\KeyboardNavigation.cs (1)
1677
DependencyObject focusedElement = FocusManager.
GetFocusedElement
(e) as DependencyObject;
src\Framework\System\Windows\Window.cs (1)
2141
IInputElement focusedElement = FocusManager.
GetFocusedElement
(doContent) as IInputElement;
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\DialogWindow.cs (1)
58
var focusedElement = FocusManager.
GetFocusedElement
(rootVisual);
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (2)
234
if ((FocusManager.
GetFocusedElement
(this.view) as TextBox) != null)
646
oldFocus = FocusManager.
GetFocusedElement
(this.view) as UIElement;