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