15 references to SetFocusedElement
PresentationCore (5)
System\Windows\Input\FocusManager.cs (1)
145
SetFocusedElement
(focusScope, null);
System\Windows\UIElement.cs (2)
1952
FocusManager.
SetFocusedElement
(this, null);
2607
FocusManager.
SetFocusedElement
(focusScope, (IInputElement)this);
System\Windows\UIElement3D.cs (2)
309
FocusManager.
SetFocusedElement
(this, null);
586
FocusManager.
SetFocusedElement
(focusScope, (IInputElement)this);
PresentationFramework (4)
System\Windows\Controls\ContextMenu.cs (1)
559
FocusManager.
SetFocusedElement
(cm, null);
System\Windows\Controls\TabItem.cs (1)
360
FocusManager.
SetFocusedElement
(thisFocusScope, this);
System\Windows\Input\KeyboardNavigation.cs (1)
912
FocusManager.
SetFocusedElement
(focusScope, focusTarget as IInputElement);
System\Windows\Navigation\NavigationService.cs (1)
806
FocusManager.
SetFocusedElement
(focusScope, null);
PresentationUI (4)
InstallationError.xaml.cs (2)
87
FocusManager.
SetFocusedElement
(this, RetryButton);
178
FocusManager.
SetFocusedElement
(this, LogFileButton);
TenFeetInstallationError.xaml.cs (2)
89
FocusManager.
SetFocusedElement
(this, RetryButton);
182
FocusManager.
SetFocusedElement
(this, LogFileButton);
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (1)
283
System.Windows.Input.FocusManager.
SetFocusedElement
(_decorator, null);
System\Windows\Integration\WindowsFormsHost.cs (1)
71
{ System.Windows.Input.FocusManager.
SetFocusedElement
(focusScope, this); }