3 implementations of Focus
PresentationCore (3)
Core\CSharp\System\Windows\ContentElement.cs (1)
492
public bool
Focus
()
Core\CSharp\System\Windows\UIElement.cs (1)
2628
public bool
Focus
()
Core\CSharp\System\Windows\UIElement3D.cs (1)
588
public 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)
628
previousFocus.
Focus
();
src\Framework\System\Windows\Controls\Frame.cs (1)
231
focusedElement.
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)
1398
transferred = newFocus.
Focus
();
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
1055
element.
Focus
();
src\Framework\System\Windows\FrameworkElement.cs (1)
5347
activeElement.
Focus
();
src\Framework\System\Windows\Input\KeyboardNavigation.cs (1)
1112
iie.
Focus
();
src\Framework\System\Windows\Window.cs (1)
2143
focusedElement.
Focus
();