15 references to SetFocusedElement
PresentationCore (5)
System\Windows\Input\FocusManager.cs (1)
156
SetFocusedElement
(focusScope, null);
System\Windows\UIElement.cs (2)
1966
FocusManager.
SetFocusedElement
(this, null);
2621
FocusManager.
SetFocusedElement
(focusScope, (IInputElement)this);
System\Windows\UIElement3D.cs (2)
325
FocusManager.
SetFocusedElement
(this, null);
602
FocusManager.
SetFocusedElement
(focusScope, (IInputElement)this);
PresentationFramework (4)
System\Windows\Controls\ContextMenu.cs (1)
567
FocusManager.
SetFocusedElement
(cm, null);
System\Windows\Controls\TabItem.cs (1)
368
FocusManager.
SetFocusedElement
(thisFocusScope, this);
System\Windows\Input\KeyboardNavigation.cs (1)
923
FocusManager.
SetFocusedElement
(focusScope, focusTarget as IInputElement);
System\Windows\Navigation\NavigationService.cs (1)
836
FocusManager.
SetFocusedElement
(focusScope, null);
PresentationUI (4)
InstallationError.xaml.cs (2)
92
FocusManager.
SetFocusedElement
(this, RetryButton);
183
FocusManager.
SetFocusedElement
(this, LogFileButton);
TenFeetInstallationError.xaml.cs (2)
94
FocusManager.
SetFocusedElement
(this, RetryButton);
187
FocusManager.
SetFocusedElement
(this, LogFileButton);
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (1)
288
System.Windows.Input.FocusManager.
SetFocusedElement
(_decorator, null);
System\Windows\Integration\WindowsFormsHost.cs (1)
74
{ System.Windows.Input.FocusManager.
SetFocusedElement
(focusScope, this); }