1 write to ParentIndex
System.DirectoryServices (1)
System\DirectoryServices\ActiveDirectory\Domain.cs (1)
1310obj.ParentIndex = unmanagedTrust.ParentIndex;
2 references to ParentIndex
System.DirectoryServices (2)
System\DirectoryServices\ActiveDirectory\Domain.cs (2)
1337Interop.Netapi32.DS_DOMAIN_TRUSTS parentTrust = (Interop.Netapi32.DS_DOMAIN_TRUSTS)unmanagedTrustList[obj.ParentIndex]!; 1376if (tmpObject.ParentIndex == ((TrustObject)tmpTrustList[localDomainIndex]!).OriginalIndex)