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