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