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