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