1 write to _disposed
PresentationCore (1)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
269_disposed = true;
3 references to _disposed
PresentationCore (3)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (3)
93ObjectDisposedException.ThrowIf(_disposed, typeof(NativeRecognizer)); 117ObjectDisposedException.ThrowIf(_disposed, typeof(NativeRecognizer)); 263if (_disposed)