4 instantiations of SourceValueInfo
PresentationFramework (4)
MS\Internal\Data\PathParser.cs (4)
91
return new SourceValueInfo[] { new
SourceValueInfo
(SourceValueType.Direct, DrillIn.Never, (string)null) };
217
? new
SourceValueInfo
(SourceValueType.Property, _drillIn, name)
218
: new
SourceValueInfo
(SourceValueType.Direct, _drillIn, (string)null);
375
SourceValueInfo info = new
SourceValueInfo
(
15 references to SourceValueInfo
PresentationFramework (15)
MS\Internal\Data\ClrBindingWorker.cs (2)
488
SourceValueInfo
svi = PW.GetSourceValueInfo(k);
503
SourceValueInfo
svi = PW.GetSourceValueInfo(k);
MS\Internal\Data\PathParser.cs (8)
82
public
SourceValueInfo
[] Parse(string path)
91
return new
SourceValueInfo
[] { new SourceValueInfo(SourceValueType.Direct, DrillIn.Never, (string)null) };
168
SourceValueInfo
[] result;
172
result = new
SourceValueInfo
[_al.Count];
216
SourceValueInfo
info = (name.Length > 0)
375
SourceValueInfo
info = new SourceValueInfo(
402
static
SourceValueInfo
[] EmptyInfo = Array.Empty<
SourceValueInfo
>();
MS\Internal\Data\PropertyPathWorker.cs (3)
533
internal
SourceValueInfo
GetSourceValueInfo(int level)
574
SourceValueInfo
[] SVI { get { return _parent.SVI; } }
939
SourceValueInfo
svi = SVI[k];
System\Windows\PropertyPath.cs (2)
299
internal
SourceValueInfo
[] SVI
988
SourceValueInfo
[] _arySVI; // static description of each level in the path