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