4 instantiations of SourceValueInfo
PresentationFramework (4)
MS\Internal\Data\PathParser.cs (4)
92
return new SourceValueInfo[] { new
SourceValueInfo
(SourceValueType.Direct, DrillIn.Never, (string)null) };
201
? new
SourceValueInfo
(SourceValueType.Property, _drillIn, name)
202
: new
SourceValueInfo
(SourceValueType.Direct, _drillIn, (string)null);
356
SourceValueInfo info =
new
(SourceValueType.Indexer, _drillIn, paramList);
14 references to SourceValueInfo
PresentationFramework (14)
MS\Internal\Data\ClrBindingWorker.cs (2)
468
SourceValueInfo
svi = PW.GetSourceValueInfo(k);
483
SourceValueInfo
svi = PW.GetSourceValueInfo(k);
MS\Internal\Data\PathParser.cs (7)
83
public
SourceValueInfo
[] Parse(string path)
92
return new
SourceValueInfo
[] { new SourceValueInfo(SourceValueType.Direct, DrillIn.Never, (string)null) };
143
return Array.Empty<
SourceValueInfo
>();
164
return _error is null ? _sourceValueInfos.ToArray() : Array.Empty<
SourceValueInfo
>();
200
SourceValueInfo
info = (name.Length > 0)
356
SourceValueInfo
info = new(SourceValueType.Indexer, _drillIn, paramList);
382
private readonly List<
SourceValueInfo
> _sourceValueInfos = new();
MS\Internal\Data\PropertyPathWorker.cs (3)
526
internal
SourceValueInfo
GetSourceValueInfo(int level)
558
private
SourceValueInfo
[] SVI { get { return _parent.SVI; } }
922
SourceValueInfo
svi = SVI[k];
System\Windows\PropertyPath.cs (2)
295
internal
SourceValueInfo
[] SVI
973
private
SourceValueInfo
[] _arySVI; // static description of each level in the path