5 writes to value
PresentationFramework (5)
src\Framework\System\Windows\PropertyPath.cs (5)
714args[i].value = paramList[i].valueString; 730args[i].value = value; 747args[i].value = "(" + paramList[i].parenString + ")"; 759args[i].value = value; 773args[i].value = "(" + paramList[i].parenString + ")" + paramList[i].valueString;
7 references to value
PresentationFramework (7)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (5)
1179string name = (string)aryInfo[0].value; 1371args.SetValue(pInfo.value, i); 1395if (Int32.TryParse((string)pInfo.value, 1409(string)pInfo.value); 1421arg = pInfo.value;
src\Framework\System\Windows\PropertyPath.cs (2)
446parameters.Add(info.value); 450builder.Append(info.value);