2 writes to _reservedInputMethod
WindowsBase (2)
Base\System\Windows\Threading\Dispatcher.cs (2)
1892
set {
_reservedInputMethod
= value; }
2116
_reservedInputMethod
= null;
1 reference to _reservedInputMethod
WindowsBase (1)
Base\System\Windows\Threading\Dispatcher.cs (1)
1889
get { return
_reservedInputMethod
; }