1 write to _disposed
PresentationCore (1)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
290_disposed = true;
3 references to _disposed
PresentationCore (3)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (3)
114ObjectDisposedException.ThrowIf(_disposed, typeof(NativeRecognizer)); 138ObjectDisposedException.ThrowIf(_disposed, typeof(NativeRecognizer)); 284if (_disposed)