Implemented interface member:
method
Focus
System.Windows.IInputElement.Focus()
3 references to Focus
PresentationCore (2)
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
417
if (!_owner.
Focus
())
System\Windows\UIElement3D.cs (1)
640
this.
Focus
();
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
533
return uie3d.
Focus
();