Base:
property
IsInvalid
System.Runtime.InteropServices.SafeHandle.IsInvalid
15 references to IsInvalid
WindowsBase (15)
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (1)
1082
Invariant.Assert(!issuanceLicenseHandle.
IsInvalid
);
Base\MS\Internal\Security\RightsManagement\InternalSafeNativeMethods.cs (6)
417
if ((issuanceLicenseHandle != null) && issuanceLicenseHandle.
IsInvalid
)
441
if ((userHandle != null) && userHandle.
IsInvalid
)
463
if ((userHandle != null) && userHandle.
IsInvalid
)
487
if ((rightHandle != null) && rightHandle.
IsInvalid
)
552
if ((rightHandle != null) && rightHandle.
IsInvalid
)
643
if ((ownerHandle != null) && ownerHandle.
IsInvalid
)
Base\MS\Internal\Security\RightsManagement\IssuanceLicense.cs (7)
158
(!_issuanceLicenseHandle.
IsInvalid
));
485
Debug.Assert((rightHandle != null) && (!rightHandle.
IsInvalid
));
518
Debug.Assert((userHandle != null) && (!userHandle.
IsInvalid
));
661
Debug.Assert((userHandle != null) && (!userHandle.
IsInvalid
));
814
Debug.Assert((rightHandle != null) && (!rightHandle.
IsInvalid
));
921
if (!ownerHandleTemp.
IsInvalid
)
1048
(!_issuanceLicenseHandle.
IsInvalid
));
Base\MS\Internal\Security\RightsManagement\SafeRightsManagementPubHandle.cs (1)
49
if (!
IsInvalid
)