4 instantiations of SourceValueInfo
PresentationFramework (4)
MS\Internal\Data\PathParser.cs (4)
90
return new SourceValueInfo[] { new
SourceValueInfo
(SourceValueType.Direct, DrillIn.Never, (string)null) };
216
? new
SourceValueInfo
(SourceValueType.Property, _drillIn, name)
217
: new
SourceValueInfo
(SourceValueType.Direct, _drillIn, (string)null);
374
SourceValueInfo info = new
SourceValueInfo
(
15 references to SourceValueInfo
PresentationFramework (15)
MS\Internal\Data\ClrBindingWorker.cs (2)
479
SourceValueInfo
svi = PW.GetSourceValueInfo(k);
494
SourceValueInfo
svi = PW.GetSourceValueInfo(k);
MS\Internal\Data\PathParser.cs (8)
81
public
SourceValueInfo
[] Parse(string path)
90
return new
SourceValueInfo
[] { new SourceValueInfo(SourceValueType.Direct, DrillIn.Never, (string)null) };
167
SourceValueInfo
[] result;
171
result = new
SourceValueInfo
[_al.Count];
215
SourceValueInfo
info = (name.Length > 0)
374
SourceValueInfo
info = new SourceValueInfo(
401
static
SourceValueInfo
[] EmptyInfo = Array.Empty<
SourceValueInfo
>();
MS\Internal\Data\PropertyPathWorker.cs (3)
527
internal
SourceValueInfo
GetSourceValueInfo(int level)
568
SourceValueInfo
[] SVI { get { return _parent.SVI; } }
933
SourceValueInfo
svi = SVI[k];
System\Windows\PropertyPath.cs (2)
296
internal
SourceValueInfo
[] SVI
985
SourceValueInfo
[] _arySVI; // static description of each level in the path