5 writes to value
PresentationFramework (5)
System\Windows\PropertyPath.cs (5)
711args[i].value = paramList[i].valueString; 727args[i].value = value; 744args[i].value = $"({paramList[i].parenString})"; 756args[i].value = value; 770args[i].value = $"({paramList[i].parenString}){paramList[i].valueString}";
7 references to value
PresentationFramework (7)
MS\Internal\Data\PropertyPathWorker.cs (5)
1181string name = (string)aryInfo[0].value; 1368args.SetValue(pInfo.value, i); 1392if (Int32.TryParse((string)pInfo.value, 1406(string)pInfo.value); 1418arg = pInfo.value;
System\Windows\PropertyPath.cs (2)
443parameters.Add(info.value); 447builder.Append(info.value);