3 implementations of Focus
PresentationCore (3)
Core\CSharp\System\Windows\ContentElement.cs (1)
492public bool Focus()
Core\CSharp\System\Windows\UIElement.cs (1)
2628public bool Focus()
Core\CSharp\System\Windows\UIElement3D.cs (1)
588public bool Focus()
10 references to Focus
PresentationFramework (10)
src\Framework\MS\Internal\Documents\DocumentViewerHelper.cs (1)
374((IInputElement)predictedFocus).Focus();
src\Framework\System\Windows\Controls\ContextMenu.cs (1)
628previousFocus.Focus();
src\Framework\System\Windows\Controls\Frame.cs (1)
231focusedElement.Focus();
src\Framework\System\Windows\Controls\ScrollViewer.cs (2)
1025((IInputElement)predictedFocus).Focus(); 1038((IInputElement)predictedFocus).Focus();
src\Framework\System\Windows\Controls\StickyNote.cs (1)
1398transferred = newFocus.Focus();
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
1055element.Focus();
src\Framework\System\Windows\FrameworkElement.cs (1)
5347activeElement.Focus();
src\Framework\System\Windows\Input\KeyboardNavigation.cs (1)
1112iie.Focus();
src\Framework\System\Windows\Window.cs (1)
2143focusedElement.Focus();