5 writes to value
PresentationFramework (5)
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)
MS\Internal\Data\PropertyPathWorker.cs (5)
1187string name = (string)aryInfo[0].value; 1374args.SetValue(pInfo.value, i); 1398if (Int32.TryParse((string)pInfo.value, 1412(string)pInfo.value); 1424arg = pInfo.value;
System\Windows\PropertyPath.cs (2)
446parameters.Add(info.value); 450builder.Append(info.value);