Base:
property
IsInvalid
System.Runtime.InteropServices.SafeHandle.IsInvalid
2 references to IsInvalid
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (2)
448
Debug.Assert(recContext != null && !recContext.
IsInvalid
);
502
Debug.Assert(recContext != null && !recContext.
IsInvalid
);