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