7 writes to selectedProperties
System.Management (7)
System\Management\ManagementQuery.cs (7)
656selectedProperties = new StringCollection(); 726this.selectedProperties = new StringCollection(); 755this.selectedProperties = null; 896selectedProperties = dst; 899selectedProperties = new StringCollection(); 985selectedProperties = new StringCollection(); 1089selectedProperties = null;
14 references to selectedProperties
System.Management (14)
System\Management\ManagementQuery.cs (14)
729this.selectedProperties.AddRange(selectedProperties); 884get { return selectedProperties; } 927if ((null != selectedProperties) && (0 < selectedProperties.Count)) 929int count = selectedProperties.Count; 932s = s + selectedProperties[i] + ((i == (count - 1)) ? " " : ","); 967selectedProperties?.Clear(); 982if (null != selectedProperties) 983selectedProperties.Clear(); 996selectedProperties.Add(tempProp); 1004selectedProperties.Add(tempProp); 1103if (null != selectedProperties) 1105int count = selectedProperties.Count; 1110selectedProperties.CopyTo(strArray, 0);