5 writes to _eatCharMessages
PresentationCore (5)
System\Windows\InterOp\HwndKeyboardInputProvider.cs (2)
211HwndSource._eatCharMessages = true; 228HwndSource._eatCharMessages = false;
System\Windows\InterOp\HwndSource.cs (3)
1792_eatCharMessages = true; 1807_eatCharMessages = false; 2423_eatCharMessages = false;
2 references to _eatCharMessages
PresentationCore (2)
System\Windows\InterOp\HwndKeyboardInputProvider.cs (1)
267if(HwndSource._eatCharMessages)
System\Windows\InterOp\HwndSource.cs (1)
1850if(!_eatCharMessages)