5 writes to _eatCharMessages
PresentationCore (5)
System\Windows\InterOp\HwndKeyboardInputProvider.cs (2)
210HwndSource._eatCharMessages = true; 227HwndSource._eatCharMessages = false;
System\Windows\InterOp\HwndSource.cs (3)
1799_eatCharMessages = true; 1814_eatCharMessages = false; 2434_eatCharMessages = false;
2 references to _eatCharMessages
PresentationCore (2)
System\Windows\InterOp\HwndKeyboardInputProvider.cs (1)
266if(HwndSource._eatCharMessages)
System\Windows\InterOp\HwndSource.cs (1)
1857if(!_eatCharMessages)