4 references to PropertyValueCollection
PresentationUI (1)
MS\Internal\Documents\PeoplePickerWrapper.cs (1)
232PropertyValueCollection emailCollection = null;
System.DirectoryServices (3)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (3)
369public System.DirectoryServices.PropertyValueCollection this[string propertyName] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 379public void CopyTo(System.DirectoryServices.PropertyValueCollection[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 401public void AddRange(System.DirectoryServices.PropertyValueCollection value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }