5 writes to value
PresentationFramework (5)
System\Windows\PropertyPath.cs (5)
710args[i].value = paramList[i].valueString; 726args[i].value = value; 743args[i].value = $"({paramList[i].parenString})"; 755args[i].value = value; 769args[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);