2 instantiations of PropertyDataEnumerator
System.Management (2)
System\Management\PropertySet.cs (2)
186return (IEnumerator)(new PropertyDataEnumerator(parent, isSystem)); 198return new PropertyDataEnumerator(parent, isSystem);
1 reference to PropertyDataEnumerator
System.Management (1)
System\Management\PropertySet.cs (1)
196public PropertyDataEnumerator GetEnumerator()