4 implementations of NotifyDeactivate
PresentationCore (4)
Core\CSharp\System\Windows\Interop\HwndAppCommandInputProvider.cs (1)
62
void IInputProvider.
NotifyDeactivate
() {}
Core\CSharp\System\Windows\Interop\HwndKeyboardInputProvider.cs (1)
77
void IInputProvider.
NotifyDeactivate
()
Core\CSharp\System\Windows\Interop\HwndMouseInputProvider.cs (1)
111
void IInputProvider.
NotifyDeactivate
()
Core\CSharp\System\Windows\Interop\HwndStylusInputProvider.cs (1)
99
void IInputProvider.
NotifyDeactivate
() {}
2 references to NotifyDeactivate
PresentationCore (2)
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (1)
799
toDeactivate.
NotifyDeactivate
();
Core\CSharp\System\Windows\Input\MouseDevice.cs (1)
1543
toDeactivate.
NotifyDeactivate
();