4 instantiations of SourceValueInfo
PresentationFramework (4)
src\Framework\MS\Internal\Data\PathParser.cs (4)
93
return new SourceValueInfo[] { new
SourceValueInfo
(SourceValueType.Direct, DrillIn.Never, (string)null) };
219
? new
SourceValueInfo
(SourceValueType.Property, _drillIn, name)
220
: new
SourceValueInfo
(SourceValueType.Direct, _drillIn, (string)null);
377
SourceValueInfo info = new
SourceValueInfo
(
15 references to SourceValueInfo
PresentationFramework (15)
src\Framework\MS\Internal\Data\ClrBindingWorker.cs (2)
487
SourceValueInfo
svi = PW.GetSourceValueInfo(k);
502
SourceValueInfo
svi = PW.GetSourceValueInfo(k);
src\Framework\MS\Internal\Data\PathParser.cs (8)
84
public
SourceValueInfo
[] Parse(string path)
93
return new
SourceValueInfo
[] { new SourceValueInfo(SourceValueType.Direct, DrillIn.Never, (string)null) };
170
SourceValueInfo
[] result;
174
result = new
SourceValueInfo
[_al.Count];
218
SourceValueInfo
info = (name.Length > 0)
377
SourceValueInfo
info = new SourceValueInfo(
399
static
SourceValueInfo
[] EmptyInfo = new
SourceValueInfo
[0];
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (3)
533
internal
SourceValueInfo
GetSourceValueInfo(int level)
574
SourceValueInfo
[] SVI { get { return _parent.SVI; } }
937
SourceValueInfo
svi = SVI[k];
src\Framework\System\Windows\PropertyPath.cs (2)
299
internal
SourceValueInfo
[] SVI
985
SourceValueInfo
[] _arySVI; // static description of each level in the path