3 implementations of Focus
PresentationCore (3)
System\Windows\ContentElement.cs (1)
474public bool Focus()
System\Windows\UIElement.cs (1)
2585public bool Focus()
System\Windows\UIElement3D.cs (1)
564public bool Focus()
10 references to Focus
PresentationFramework (10)
MS\Internal\Documents\DocumentViewerHelper.cs (1)
351((IInputElement)predictedFocus).Focus();
System\Windows\Controls\ContextMenu.cs (1)
616previousFocus.Focus();
System\Windows\Controls\Frame.cs (1)
210focusedElement?.Focus();
System\Windows\Controls\ScrollViewer.cs (2)
989((IInputElement)predictedFocus).Focus(); 1002((IInputElement)predictedFocus).Focus();
System\Windows\Controls\StickyNote.cs (1)
1343transferred = newFocus.Focus();
System\Windows\Documents\Hyperlink.cs (1)
980element.Focus();
System\Windows\FrameworkElement.cs (1)
5336activeElement.Focus();
System\Windows\Input\KeyboardNavigation.cs (1)
1046iie.Focus();
System\Windows\Window.cs (1)
2082focusedElement?.Focus();