3 implementations of Focus
PresentationCore (3)
System\Windows\ContentElement.cs (1)
488public bool Focus()
System\Windows\UIElement.cs (1)
2602public bool Focus()
System\Windows\UIElement3D.cs (1)
581public bool Focus()
10 references to Focus
PresentationFramework (10)
MS\Internal\Documents\DocumentViewerHelper.cs (1)
354((IInputElement)predictedFocus).Focus();
System\Windows\Controls\ContextMenu.cs (1)
624previousFocus.Focus();
System\Windows\Controls\Frame.cs (1)
224focusedElement.Focus();
System\Windows\Controls\ScrollViewer.cs (2)
998((IInputElement)predictedFocus).Focus(); 1011((IInputElement)predictedFocus).Focus();
System\Windows\Controls\StickyNote.cs (1)
1388transferred = newFocus.Focus();
System\Windows\Documents\Hyperlink.cs (1)
985element.Focus();
System\Windows\FrameworkElement.cs (1)
5342activeElement.Focus();
System\Windows\Input\KeyboardNavigation.cs (1)
1057iie.Focus();
System\Windows\Window.cs (1)
2037focusedElement.Focus();