3 writes to type
PresentationFramework (3)
MS\Internal\Data\PathParser.cs (2)
30type = t; 39type = t;
System\Windows\PropertyPath.cs (1)
336_arySVI[level].type = SourceValueType.Property;
20 references to type
PresentationFramework (20)
MS\Internal\Data\PropertyPathWorker.cs (16)
111switch (SVI[level].type) 233switch (SVI[level].type) 242bool indexerIsNext = (level + 1 < SVI.Length && SVI[level + 1].type == SourceValueType.Indexer); 351switch (SVI[level].type) 441(isIndexer && SVI[k].type == MS.Internal.Data.SourceValueType.Indexer) || 652SVI[_arySVS.Length - 1].type != SourceValueType.Direct && 680if (IsDynamic && SVI[k].type != SourceValueType.Direct) 849if (IsDynamic && SVI[k].type != SourceValueType.Direct) 924string cs = (svi.type != SourceValueType.Indexer) ? svi.name : $"[{svi.name}]"; 1046if (newType == null && SVI[k].type != SourceValueType.Direct) 1069AccessorInfo accessorInfo = Engine.AccessorTable[SVI[k].type, newType, SVI[k].name]; 1081if (IsDynamic && SVI[k].type == SourceValueType.Property && svs.info is DependencyProperty) 1109switch (SVI[k].type) 1281Accessor cache returned incorrect result for ({SVI[k].type},{newType.Name},{SVI[k].name}) 1301Engine.AccessorTable[SVI[k].type, newType, SVI[k].name] = 1507if (!(dp != null || SVI[k].type == SourceValueType.Direct))
System\Windows\PropertyPath.cs (4)
398if (_arySVI[i].type == SourceValueType.Property) 408switch (_arySVI[i].type) 518if (_arySVI[level].type == SourceValueType.Property) 536else if (_arySVI[level].type == SourceValueType.Indexer)