3 writes to type
PresentationFramework (3)
MS\Internal\Data\PathParser.cs (2)
30type = t; 39type = t;
System\Windows\PropertyPath.cs (1)
340_arySVI[level].type = SourceValueType.Property;
20 references to type
PresentationFramework (20)
MS\Internal\Data\PropertyPathWorker.cs (16)
118switch (SVI[level].type) 240switch (SVI[level].type) 249bool indexerIsNext = (level + 1 < SVI.Length && SVI[level + 1].type == SourceValueType.Indexer); 358switch (SVI[level].type) 448(isIndexer && SVI[k].type == MS.Internal.Data.SourceValueType.Indexer) || 667SVI[_arySVS.Length - 1].type != SourceValueType.Direct && 695if (IsDynamic && SVI[k].type != SourceValueType.Direct) 865if (IsDynamic && SVI[k].type != SourceValueType.Direct) 941string cs = (svi.type != SourceValueType.Indexer) ? svi.name : $"[{svi.name}]"; 1063if (newType == null && SVI[k].type != SourceValueType.Direct) 1086AccessorInfo accessorInfo = Engine.AccessorTable[SVI[k].type, newType, SVI[k].name]; 1098if (IsDynamic && SVI[k].type == SourceValueType.Property && svs.info is DependencyProperty) 1126switch (SVI[k].type) 1298Accessor cache returned incorrect result for ({SVI[k].type},{newType.Name},{SVI[k].name}) 1318Engine.AccessorTable[SVI[k].type, newType, SVI[k].name] = 1535if (!(dp != null || SVI[k].type == SourceValueType.Direct))
System\Windows\PropertyPath.cs (4)
402if (_arySVI[i].type == SourceValueType.Property) 412switch (_arySVI[i].type) 522if (_arySVI[level].type == SourceValueType.Property) 540else if (_arySVI[level].type == SourceValueType.Indexer)