3 implementations of Focus
PresentationCore (3)
System\Windows\ContentElement.cs (1)
475public bool Focus()
System\Windows\UIElement.cs (1)
2594public bool Focus()
System\Windows\UIElement3D.cs (1)
565public bool Focus()
10 references to Focus
PresentationFramework (10)
MS\Internal\Documents\DocumentViewerHelper.cs (1)
352((IInputElement)predictedFocus).Focus();
System\Windows\Controls\ContextMenu.cs (1)
616previousFocus.Focus();
System\Windows\Controls\Frame.cs (1)
212focusedElement.Focus();
System\Windows\Controls\ScrollViewer.cs (2)
990((IInputElement)predictedFocus).Focus(); 1003((IInputElement)predictedFocus).Focus();
System\Windows\Controls\StickyNote.cs (1)
1372transferred = newFocus.Focus();
System\Windows\Documents\Hyperlink.cs (1)
979element.Focus();
System\Windows\FrameworkElement.cs (1)
5338activeElement.Focus();
System\Windows\Input\KeyboardNavigation.cs (1)
1047iie.Focus();
System\Windows\Window.cs (1)
2096focusedElement.Focus();