1 write to propertyFlavor
System.Management (1)
property.cs (1)
105 int status = parent.wbemObject.Get_(propertyName, 0, ref propertyValue, ref propertyType, ref propertyFlavor);
1 reference to propertyFlavor
System.Management (1)
property.cs (1)
194 return ((propertyFlavor & (int)tag_WBEM_FLAVOR_TYPE.WBEM_FLAVOR_ORIGIN_PROPAGATED) != 0) ? false : true ; }