4 references to GetPropertyValue
System.Management (4)
managementbaseobject.cs (1)
503get { return GetPropertyValue(propertyName); }
managementobject.cs (2)
1591object pathValue = GetPropertyValue("__PATH"); 1598pathValue = GetPropertyValue("__RELPATH");
propertyset.cs (1)
373 parent.SetPropertyValue(propertyName, cls.GetPropertyValue(propertyName));