3 writes to type
PresentationFramework (3)
System\Windows\PropertyPath.cs (3)
727args[i].type = value.GetType(); 749args[i].type = GetTypeFromName(paramList[i].parenString, context); 761args[i].type = null;
7 references to type
PresentationFramework (7)
MS\Internal\Data\PropertyPathWorker.cs (4)
1168(aryInfo[0].type == null || aryInfo[0].type == typeof(string))) 1352if (pInfo.type != null) 1355if (paramType.IsAssignableFrom(pInfo.type))
System\Windows\PropertyPath.cs (3)
436if (info.type != null) 750if (args[i].type != null) 752object value = GetTypedParamValue(paramList[i].valueString.Trim(), args[i].type, throwOnError);