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