3 writes to type
PresentationFramework (3)
MS\Internal\Data\PropertyPathWorker.cs (3)
1050
svs.
type
= null;
1073
svs.
type
= accessorInfo.PropertyType;
1293
svs.
type
= sourceType;
5 references to type
PresentationFramework (5)
MS\Internal\Data\PropertyPathWorker.cs (5)
188
return _arySVS[level].
type
;
654
typeof(DependencyObject).IsAssignableFrom(_arySVS[_arySVS.Length - 1].
type
);
887
_host.SetupDefaultValueConverter(svs.
type
);
1258
if (sourceType != svs.
type
)
1259
sb.AppendLine($" Type is wrong: expected '{sourceType}' got '{svs.
type
}'");