5 implementations of NotifyDeactivate
PresentationCore (5)
System\Windows\InterOp\HwndAppCommandInputProvider.cs (1)
39void IInputProvider.NotifyDeactivate() {}
System\Windows\InterOp\HwndKeyboardInputProvider.cs (1)
49void IInputProvider.NotifyDeactivate()
System\Windows\InterOp\HwndMouseInputProvider.cs (1)
79void IInputProvider.NotifyDeactivate()
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
466public void NotifyDeactivate()
System\Windows\InterOp\HwndStylusInputProvider.cs (1)
74void IInputProvider.NotifyDeactivate() {}
2 references to NotifyDeactivate
PresentationCore (2)
System\Windows\Input\KeyboardDevice.cs (1)
709toDeactivate.NotifyDeactivate();
System\Windows\Input\MouseDevice.cs (1)
1437toDeactivate.NotifyDeactivate();