1 instantiation of PropertyCollection
System.DirectoryServices (1)
System\DirectoryServices\DirectoryEntry.cs (1)
354
_propertyCollection ??= new
PropertyCollection
(this);
11 references to PropertyCollection
System.DirectoryServices (9)
System\DirectoryServices\DirectoryEntry.cs (3)
38
private
PropertyCollection
? _propertyCollection;
351
/// Gets a <see cref='System.DirectoryServices.
PropertyCollection
'/> of properties set on this object.
353
public
PropertyCollection
Properties =>
System\DirectoryServices\PropertyCollection.cs (6)
256
protected
PropertyCollection
props;
258
public ValuesCollection(
PropertyCollection
props)
282
public KeysCollection(
PropertyCollection
props) : base(props)
296
protected
PropertyCollection
propCollection;
298
public ValuesEnumerator(
PropertyCollection
propCollection)
339
public KeysEnumerator(
PropertyCollection
collection) : base(collection)
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\DSPropertyCollection.cs (2)
18
private readonly
PropertyCollection
_pc;
22
internal dSPropertyCollection(
PropertyCollection
pc) { _pc = pc; }