3 writes to type
PresentationFramework (3)
src\Framework\System\Windows\PropertyPath.cs (3)
731args[i].type = value.GetType(); 753args[i].type = GetTypeFromName(paramList[i].parenString, context); 765args[i].type = null;
7 references to type
PresentationFramework (7)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (4)
1177(aryInfo[0].type == null || aryInfo[0].type == typeof(string))) 1366if (pInfo.type != null) 1369if (paramType.IsAssignableFrom(pInfo.type))
src\Framework\System\Windows\PropertyPath.cs (3)
440if (info.type != null) 754if (args[i].type != null) 756object value = GetTypedParamValue(paramList[i].valueString.Trim(), args[i].type, throwOnError);