Implemented interface member:
method
Focus
System.Windows.IInputElement.Focus()
2 references to Focus
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
302if (!_owner.Focus())
PresentationFramework (1)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (1)
973((ContentElement)focusedElement).Focus();