4 instantiations of SourceValueInfo
PresentationFramework (4)
MS\Internal\Data\PathParser.cs (4)
93return new SourceValueInfo[] { new SourceValueInfo(SourceValueType.Direct, DrillIn.Never, (string)null) }; 202? new SourceValueInfo(SourceValueType.Property, _drillIn, name) 203: new SourceValueInfo(SourceValueType.Direct, _drillIn, (string)null); 357SourceValueInfo info = new(SourceValueType.Indexer, _drillIn, paramList);
14 references to SourceValueInfo
PresentationFramework (14)
MS\Internal\Data\ClrBindingWorker.cs (2)
469SourceValueInfo svi = PW.GetSourceValueInfo(k); 484SourceValueInfo svi = PW.GetSourceValueInfo(k);
MS\Internal\Data\PathParser.cs (7)
84public SourceValueInfo[] Parse(string path) 93return new SourceValueInfo[] { new SourceValueInfo(SourceValueType.Direct, DrillIn.Never, (string)null) }; 144return Array.Empty<SourceValueInfo>(); 165return _error is null ? _sourceValueInfos.ToArray() : Array.Empty<SourceValueInfo>(); 201SourceValueInfo info = (name.Length > 0) 357SourceValueInfo info = new(SourceValueType.Indexer, _drillIn, paramList); 383private readonly List<SourceValueInfo> _sourceValueInfos = new();
MS\Internal\Data\PropertyPathWorker.cs (3)
527internal SourceValueInfo GetSourceValueInfo(int level) 558SourceValueInfo[] SVI { get { return _parent.SVI; } } 921SourceValueInfo svi = SVI[k];
System\Windows\PropertyPath.cs (2)
296internal SourceValueInfo[] SVI 974SourceValueInfo[] _arySVI; // static description of each level in the path