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