2 references to PropertyDataCollection
System.Management (2)
System\Management\ManagementBaseObject.cs (2)
350return properties ??= new PropertyDataCollection(this, false); 369return systemProperties ??= new PropertyDataCollection(this, true);