3 writes to type
PresentationFramework (3)
System\Windows\PropertyPath.cs (3)
728
args[i].
type
= value.GetType();
750
args[i].
type
= GetTypeFromName(paramList[i].parenString, context);
762
args[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)))
1353
if (pInfo.
type
!= null)
1356
if (paramType.IsAssignableFrom(pInfo.
type
))
System\Windows\PropertyPath.cs (3)
437
if (info.
type
!= null)
751
if (args[i].
type
!= null)
753
object value = GetTypedParamValue(paramList[i].valueString.Trim(), args[i].
type
, throwOnError);