1 write to _disposed
PresentationCore (1)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
268
_disposed
= true;
3 references to _disposed
PresentationCore (3)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (3)
92
ObjectDisposedException.ThrowIf(
_disposed
, typeof(NativeRecognizer));
116
ObjectDisposedException.ThrowIf(
_disposed
, typeof(NativeRecognizer));
262
if (
_disposed
)