3 writes to type
PresentationFramework (3)
System\Windows\PropertyPath.cs (3)
727
args[i].
type
= value.GetType();
749
args[i].
type
= GetTypeFromName(paramList[i].parenString, context);
761
args[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)))
1352
if (pInfo.
type
!= null)
1355
if (paramType.IsAssignableFrom(pInfo.
type
))
System\Windows\PropertyPath.cs (3)
436
if (info.
type
!= null)
750
if (args[i].
type
!= null)
752
object value = GetTypedParamValue(paramList[i].valueString.Trim(), args[i].
type
, throwOnError);