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