3 writes to type
PresentationFramework (3)
MS\Internal\Data\PropertyPathWorker.cs (3)
1061
svs.
type
= null;
1084
svs.
type
= accessorInfo.PropertyType;
1304
svs.
type
= sourceType;
5 references to type
PresentationFramework (5)
MS\Internal\Data\PropertyPathWorker.cs (5)
189
return _arySVS[level].
type
;
663
typeof(DependencyObject).IsAssignableFrom(_arySVS[_arySVS.Length - 1].
type
);
898
_host.SetupDefaultValueConverter(svs.
type
);
1269
if (sourceType != svs.
type
)
1270
sb.AppendLine($" Type is wrong: expected '{sourceType}' got '{svs.
type
}'");