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