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