5 implementations of NotifyDeactivate
PresentationCore (5)
System\Windows\InterOp\HwndAppCommandInputProvider.cs (1)
33
void IInputProvider.
NotifyDeactivate
() {}
System\Windows\InterOp\HwndKeyboardInputProvider.cs (1)
42
void IInputProvider.
NotifyDeactivate
()
System\Windows\InterOp\HwndMouseInputProvider.cs (1)
74
void IInputProvider.
NotifyDeactivate
()
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
460
public void
NotifyDeactivate
()
System\Windows\InterOp\HwndStylusInputProvider.cs (1)
66
void IInputProvider.
NotifyDeactivate
() {}
2 references to NotifyDeactivate
PresentationCore (2)
System\Windows\Input\KeyboardDevice.cs (1)
706
toDeactivate?.
NotifyDeactivate
();
System\Windows\Input\MouseDevice.cs (1)
1440
toDeactivate?.
NotifyDeactivate
();