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