2 references to RestoreCharMessages
PresentationCore (2)
System\Windows\InterOp\HwndKeyboardInputProvider.cs (1)
212DispatcherOperation restoreCharMessages = Dispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(HwndSource.RestoreCharMessages), null);
System\Windows\InterOp\HwndSource.cs (1)
1793DispatcherOperation restoreCharMessages = Dispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(RestoreCharMessages), null);