5 implementations of NotifyDeactivate
PresentationCore (5)
System\Windows\InterOp\HwndAppCommandInputProvider.cs (1)
34void IInputProvider.NotifyDeactivate() {}
System\Windows\InterOp\HwndKeyboardInputProvider.cs (1)
43void IInputProvider.NotifyDeactivate()
System\Windows\InterOp\HwndMouseInputProvider.cs (1)
75void IInputProvider.NotifyDeactivate()
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
461public void NotifyDeactivate()
System\Windows\InterOp\HwndStylusInputProvider.cs (1)
67void IInputProvider.NotifyDeactivate() {}
2 references to NotifyDeactivate
PresentationCore (2)
System\Windows\Input\KeyboardDevice.cs (1)
700toDeactivate.NotifyDeactivate();
System\Windows\Input\MouseDevice.cs (1)
1428toDeactivate.NotifyDeactivate();