7 writes to condition
System.Management (7)
System\Management\ManagementQuery.cs (7)
725this.condition = condition; 754this.condition = condition; 866set { condition = value; BuildQuery(); FireIdentifierChanged(); } 966condition = null; 1029condition = q.Substring(keyword.Length).Trim(); 1082condition = q; 1085condition = string.Empty;
4 references to condition
System.Management (4)
System\Management\ManagementQuery.cs (4)
865get { return condition ?? string.Empty; } 949s = s + " where " + condition; 1115return new SelectQuery(className, condition, strArray); 1117return new SelectQuery(true, condition);