Implemented interface member:
method
Focus
System.Windows.IInputElement.Focus()
3 references to Focus
PresentationCore (1)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
311if (!_owner.Focus())
PresentationFramework (1)
System\Windows\Controls\FlowDocumentReader.cs (1)
967((ContentElement)focusedElement).Focus();
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
529return ce.Focus();