3 implementations of Focus
PresentationCore (3)
System\Windows\ContentElement.cs (1)
475public bool Focus()
System\Windows\UIElement.cs (1)
2586public 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)
617previousFocus.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)
1361transferred = newFocus.Focus();
System\Windows\Documents\Hyperlink.cs (1)
981element.Focus();
System\Windows\FrameworkElement.cs (1)
5343activeElement.Focus();
System\Windows\Input\KeyboardNavigation.cs (1)
1051iie.Focus();
System\Windows\Window.cs (1)
2090focusedElement.Focus();