1 implementation of IKeyboardInputProvider
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndKeyboardInputProvider.cs (1)
20
internal sealed class HwndKeyboardInputProvider : DispatcherObject,
IKeyboardInputProvider
, IDisposable
8 references to IKeyboardInputProvider
PresentationCore (8)
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (7)
208
IKeyboardInputProvider
keyboardInputProvider = null;
215
keyboardInputProvider = (
IKeyboardInputProvider
)source.GetInputProvider(typeof(KeyboardDevice));
343
private void TryChangeFocus(DependencyObject newFocus,
IKeyboardInputProvider
keyboardInputProvider, bool askOld, bool askNew, bool forceToNullIfFailed)
693
IKeyboardInputProvider
keyboardProvider = presentationSource.GetInputProvider(typeof(KeyboardDevice)) as
IKeyboardInputProvider
;
792
IKeyboardInputProvider
toDeactivate = _activeSource.Value.GetInputProvider(typeof(KeyboardDevice)) as
IKeyboardInputProvider
;
Core\CSharp\System\Windows\Interop\HwndKeyboardInputProvider.cs (1)
90
bool
IKeyboardInputProvider
.AcquireFocus(bool checkOnly)