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