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)
95
ObjectDisposedException.ThrowIf(
_disposed
, typeof(NativeRecognizer));
119
ObjectDisposedException.ThrowIf(
_disposed
, typeof(NativeRecognizer));
265
if (
_disposed
)