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