Base:
property
IsInvalid
System.Runtime.InteropServices.SafeHandle.IsInvalid
20 references to IsInvalid
WindowsBase (20)
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (17)
1310
Debug.Assert((queryRootHandle != null) && (!queryRootHandle.
IsInvalid
));
1333
Debug.Assert((queryRootHandle != null) && (!queryRootHandle.
IsInvalid
));
1345
Debug.Assert((querySubHandle != null) && (!querySubHandle.
IsInvalid
));
1390
Debug.Assert((queryRootHandle != null) && (!queryRootHandle.
IsInvalid
));
1417
Debug.Assert((queryRootHandle != null) && (!queryRootHandle.
IsInvalid
));
1468
Debug.Assert((queryRootHandle != null) && (!queryRootHandle.
IsInvalid
));
1481
Debug.Assert((workItemQueryHandle != null) && (!workItemQueryHandle.
IsInvalid
));
1625
Debug.Assert((queryRootHandle != null) && (!queryRootHandle.
IsInvalid
));
1638
Debug.Assert((workItemQueryHandle != null) && (!workItemQueryHandle.
IsInvalid
));
1651
Debug.Assert((rightGroupQueryHandle != null) && (!rightGroupQueryHandle.
IsInvalid
));
1698
Debug.Assert((rightQueryHandle != null) && (!rightQueryHandle.
IsInvalid
));
1722
Debug.Assert((conditionListHandle != null) && (!conditionListHandle.
IsInvalid
));
1738
Debug.Assert((rangeTimeQueryHandle != null) && (!rangeTimeQueryHandle.
IsInvalid
));
1771
Debug.Assert((queryRootHandle != null) && (!queryRootHandle.
IsInvalid
));
1786
Debug.Assert((workQueryHandle != null) && (!workQueryHandle.
IsInvalid
));
1855
Debug.Assert((queryRootHandle != null) && (!queryRootHandle.
IsInvalid
));
1875
Debug.Assert((distributionPointQueryHandle != null) && (!distributionPointQueryHandle.
IsInvalid
));
Base\MS\Internal\Security\RightsManagement\InternalSafeNativeMethods.cs (2)
289
if ((queryRootHandle != null) && queryRootHandle.
IsInvalid
)
349
if ((subQueryHandle != null) && subQueryHandle.
IsInvalid
)
Base\MS\Internal\Security\RightsManagement\SafeRightsManagementQueryHandle.cs (1)
49
if (!
IsInvalid
)