3 writes to type
PresentationFramework (3)
System\Windows\PropertyPath.cs (3)
728args[i].type = value.GetType(); 750args[i].type = GetTypeFromName(paramList[i].parenString, context); 762args[i].type = null;
7 references to type
PresentationFramework (7)
MS\Internal\Data\PropertyPathWorker.cs (4)
1169(aryInfo[0].type == null || aryInfo[0].type == typeof(string))) 1353if (pInfo.type != null) 1356if (paramType.IsAssignableFrom(pInfo.type))
System\Windows\PropertyPath.cs (3)
437if (info.type != null) 751if (args[i].type != null) 753object value = GetTypedParamValue(paramList[i].valueString.Trim(), args[i].type, throwOnError);