3 writes to type
PresentationFramework (3)
MS\Internal\Data\PropertyPathWorker.cs (3)
1049
svs.
type
= null;
1072
svs.
type
= accessorInfo.PropertyType;
1292
svs.
type
= sourceType;
5 references to type
PresentationFramework (5)
MS\Internal\Data\PropertyPathWorker.cs (5)
189
return _arySVS[level].
type
;
653
typeof(DependencyObject).IsAssignableFrom(_arySVS[_arySVS.Length - 1].
type
);
886
_host.SetupDefaultValueConverter(svs.
type
);
1257
if (sourceType != svs.
type
)
1258
sb.AppendLine($" Type is wrong: expected '{sourceType}' got '{svs.
type
}'");