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)
93
ObjectDisposedException.ThrowIf(
_disposed
, typeof(NativeRecognizer));
117
ObjectDisposedException.ThrowIf(
_disposed
, typeof(NativeRecognizer));
263
if (
_disposed
)