2 instantiations of dSPropertyValueCollection
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\DSPropertyCollection.cs (2)
34return new dSPropertyValueCollection(_pc[propertyName]); 38return new dSPropertyValueCollection(_rp[propertyName]);
7 references to dSPropertyValueCollection
System.DirectoryServices.AccountManagement (7)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (4)
897dSPropertyValueCollection values = properties[suggestedAdProperty]; 949dSPropertyValueCollection values = properties[suggestedAdProperty]; 989dSPropertyValueCollection values = properties[suggestedAdProperty]; 1021dSPropertyValueCollection values = properties[suggestedAdProperty];
System\DirectoryServices\AccountManagement\AD\DSPropertyCollection.cs (1)
25public dSPropertyValueCollection this[string propertyName]
System\DirectoryServices\AccountManagement\AD\SDSUtils.cs (2)
500dSPropertyValueCollection values = properties[suggestedProperty]; 577dSPropertyValueCollection values = properties[suggestedProperty];