1 write to _disposed
PresentationCore (1)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
271_disposed = true;
3 references to _disposed
PresentationCore (3)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (3)
95ObjectDisposedException.ThrowIf(_disposed, typeof(NativeRecognizer)); 119ObjectDisposedException.ThrowIf(_disposed, typeof(NativeRecognizer)); 265if (_disposed)