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