1 write to parent
System.Management (1)
System\Management\Property.cs (1)
93this.parent = parent;
7 references to parent
System.Management (7)
System\Management\Property.cs (7)
104int status = parent.wbemObject.Get_(propertyName, 0, ref propertyValue, ref propertyType, ref propertyFlavor); 151int status = parent.wbemObject.Put_(propertyName, 0, ref newValue, 0); 164if (parent.GetType() == typeof(ManagementObject)) 165((ManagementObject)parent).Path.UpdateRelativePath((string)parent["__RELPATH"]); 229int status = parent.wbemObject.GetPropertyOrigin_(propertyName, out className); 253public QualifierDataCollection Qualifiers => qualifiers ??= new QualifierDataCollection(parent, propertyName, QualifierType.PropertyQualifier);