2 instantiations of PropertyValueCollection
System.DirectoryServices (2)
System\DirectoryServices\PropertyCollection.cs (2)
40PropertyValueCollection value = new PropertyValueCollection(_entry, propertyName); 210return new DictionaryEntry(_currentPropName, new PropertyValueCollection(_parentEntry, _currentPropName));
41 references to PropertyValueCollection
PresentationUI (1)
MS\Internal\Documents\PeoplePickerWrapper.cs (1)
232PropertyValueCollection emailCollection = null;
System.DirectoryServices (25)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySite.cs (1)
665PropertyValueCollection values;
System\DirectoryServices\ActiveDirectory\ActiveDirectorySiteLink.cs (6)
340PropertyValueCollection? propValue = null; 367PropertyValueCollection? propValue = null; 404PropertyValueCollection? propValue = null; 431PropertyValueCollection? propValue = null; 468PropertyValueCollection? propValue = null; 498PropertyValueCollection? propValue = null;
System\DirectoryServices\ActiveDirectory\ReplicationConnection.cs (12)
352PropertyValueCollection? propValue = null; 384PropertyValueCollection? propValue = null; 417PropertyValueCollection propValue = cachedDirectoryEntry.Properties["options"]; 454PropertyValueCollection? propValue = null; 487PropertyValueCollection propValue = cachedDirectoryEntry.Properties["options"]; 524PropertyValueCollection? propValue = null; 563PropertyValueCollection propValue = cachedDirectoryEntry.Properties["options"]; 606PropertyValueCollection? propValue = null; 641PropertyValueCollection propValue = cachedDirectoryEntry.Properties["options"]; 680PropertyValueCollection? propValue = null; 713PropertyValueCollection propValue = cachedDirectoryEntry.Properties["options"]; 826PropertyValueCollection values;
System\DirectoryServices\PropertyCollection.cs (5)
28public PropertyValueCollection this[string propertyName] 37return (PropertyValueCollection)valueTable[name]!; 40PropertyValueCollection value = new PropertyValueCollection(_entry, propertyName); 92public void CopyTo(PropertyValueCollection[] array, int index) 166foreach (PropertyValueCollection value in this)
System\DirectoryServices\PropertyValueCollection.cs (1)
149public void AddRange(PropertyValueCollection value)
System.DirectoryServices.AccountManagement (15)
System\DirectoryServices\AccountManagement\AD\ADUtils.cs (1)
504PropertyValueCollection wellKnownObjectValues = deBase.Properties["wellKnownObjects"];
System\DirectoryServices\AccountManagement\AD\DSPropertyCollection.cs (2)
46private readonly PropertyValueCollection _pc; 50internal dSPropertyValueCollection(PropertyValueCollection pc) { _pc = pc; }
System\DirectoryServices\AccountManagement\AD\RangeRetriever.cs (1)
185PropertyValueCollection pvc = _de.Properties[_propertyName];
System\DirectoryServices\AccountManagement\AD\SDSUtils.cs (1)
608PropertyValueCollection properties = de.Properties[suggestedProperty];
System\DirectoryServices\AccountManagement\Context.cs (1)
846PropertyValueCollection wellKnownObjectValues = deBase.Properties["wellKnownObjects"];
System\DirectoryServices\AccountManagement\SAM\SAMQuerySet.cs (4)
367PropertyValueCollection values = de.Properties["PasswordAge"]; 717PropertyValueCollection values = de.Properties["LastLogin"]; 733PropertyValueCollection values = de.Properties["AccountExpirationDate"]; 749PropertyValueCollection values = de.Properties["PasswordAge"];
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (1)
323PropertyValueCollection values = ((DirectoryEntry)p.GetUnderlyingObject()).Properties["UserFlags"];
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (4)
770PropertyValueCollection values = de.Properties[suggestedWinNTProperty]; 835PropertyValueCollection values = de.Properties[suggestedWinNTProperty]; 857PropertyValueCollection values = de.Properties[suggestedWinNTProperty]; 875PropertyValueCollection values = de.Properties[suggestedWinNTProperty];