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