15 references to SetFocusedElement
PresentationCore (5)
System\Windows\Input\FocusManager.cs (1)
146
SetFocusedElement
(focusScope, null);
System\Windows\UIElement.cs (2)
1953
FocusManager.
SetFocusedElement
(this, null);
2608
FocusManager.
SetFocusedElement
(focusScope, (IInputElement)this);
System\Windows\UIElement3D.cs (2)
310
FocusManager.
SetFocusedElement
(this, null);
587
FocusManager.
SetFocusedElement
(focusScope, (IInputElement)this);
PresentationFramework (4)
System\Windows\Controls\ContextMenu.cs (1)
560
FocusManager.
SetFocusedElement
(cm, null);
System\Windows\Controls\TabItem.cs (1)
364
FocusManager.
SetFocusedElement
(thisFocusScope, this);
System\Windows\Input\KeyboardNavigation.cs (1)
917
FocusManager.
SetFocusedElement
(focusScope, focusTarget as IInputElement);
System\Windows\Navigation\NavigationService.cs (1)
822
FocusManager.
SetFocusedElement
(focusScope, null);
PresentationUI (4)
InstallationError.xaml.cs (2)
88
FocusManager.
SetFocusedElement
(this, RetryButton);
179
FocusManager.
SetFocusedElement
(this, LogFileButton);
TenFeetInstallationError.xaml.cs (2)
90
FocusManager.
SetFocusedElement
(this, RetryButton);
183
FocusManager.
SetFocusedElement
(this, LogFileButton);
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (1)
284
System.Windows.Input.FocusManager.
SetFocusedElement
(_decorator, null);
System\Windows\Integration\WindowsFormsHost.cs (1)
72
{ System.Windows.Input.FocusManager.
SetFocusedElement
(focusScope, this); }