32 references to Properties
System.Management (20)
Instrumentation\SchemaMapping.cs (2)
183 PropertyDataCollection props = newClass.Properties; 482 PropertyData prop = newClass.Properties[propName];
Instrumentation\SchemaRegistration.cs (5)
624PropertyDataCollection props = newClass.Properties; 649PropertyDataCollection props = newClass.Properties; 665PropertyDataCollection props = newClass.Properties; 676PropertyDataCollection props = newClass.Properties; 688PropertyDataCollection props = newClass.Properties;
managementbaseobject.cs (4)
537return Properties[propertyName].Value; 582return Properties[propertyName].Qualifiers[qualifierName].Value; 597Properties[propertyName].Qualifiers[qualifierName].Value = qualifierValue; 888Properties[propertyName].Value = propertyValue;
WmiGenerator.cs (9)
719if (classobj.Properties != null) 721foreach(PropertyData prop in classobj.Properties) 1225PropertyData prop = classobj.Properties[PublicProperties.GetKey(i).ToString()]; 2852if(meth.OutParameters.Properties != null) 2855foreach (PropertyData prop in meth.OutParameters.Properties) 2952if (meth.InParameters.Properties != null) 2954foreach (PropertyData prop in meth.InParameters.Properties) 3051if (meth.OutParameters.Properties != null) 3053foreach (PropertyData prop in meth.OutParameters.Properties)
WsatConfig (6)
Configuration\RemoteHelper.cs (6)
82if (outParams.Properties[OutputParameters.ProcessId].Value == null || 83outParams.Properties[OutputParameters.ReturnValue].Value == null) 90uint processID = (uint)outParams.Properties[OutputParameters.ProcessId].Value; 92uint result = (uint)outParams.Properties[OutputParameters.ReturnValue].Value; 217uint procID = (uint)e.NewEvent.Properties["ProcessID"].Value; 218uint exitCode = (uint)e.NewEvent.Properties["ExitStatus"].Value;
WsatUI (6)
Configuration\RemoteHelper.cs (6)
82if (outParams.Properties[OutputParameters.ProcessId].Value == null || 83outParams.Properties[OutputParameters.ReturnValue].Value == null) 90uint processID = (uint)outParams.Properties[OutputParameters.ProcessId].Value; 92uint result = (uint)outParams.Properties[OutputParameters.ReturnValue].Value; 217uint procID = (uint)e.NewEvent.Properties["ProcessID"].Value; 218uint exitCode = (uint)e.NewEvent.Properties["ExitStatus"].Value;