5 writes to _eatCharMessages
PresentationCore (5)
System\Windows\InterOp\HwndKeyboardInputProvider.cs (2)
217
HwndSource.
_eatCharMessages
= true;
234
HwndSource.
_eatCharMessages
= false;
System\Windows\InterOp\HwndSource.cs (3)
1815
_eatCharMessages
= true;
1830
_eatCharMessages
= false;
2446
_eatCharMessages
= false;
2 references to _eatCharMessages
PresentationCore (2)
System\Windows\InterOp\HwndKeyboardInputProvider.cs (1)
273
if(HwndSource.
_eatCharMessages
)
System\Windows\InterOp\HwndSource.cs (1)
1873
if(!
_eatCharMessages
)