5 writes to value
PresentationFramework (5)
System\Windows\PropertyPath.cs (5)
704args[i].value = paramList[i].valueString; 720args[i].value = value; 737args[i].value = $"({paramList[i].parenString})"; 749args[i].value = value; 763args[i].value = $"({paramList[i].parenString}){paramList[i].valueString}";
7 references to value
PresentationFramework (7)
MS\Internal\Data\PropertyPathWorker.cs (5)
1170string name = (string)aryInfo[0].value; 1357args.SetValue(pInfo.value, i); 1373if (Int32.TryParse((string)pInfo.value, 1387(string)pInfo.value); 1399arg = pInfo.value;
System\Windows\PropertyPath.cs (2)
442parameters.Add(info.value); 446builder.Append(info.value);