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