3 references to SourceValueInfo
PresentationFramework (3)
MS\Internal\Data\PathParser.cs (3)
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);