3 references to SourceValueInfo
PresentationFramework (3)
MS\Internal\Data\PathParser.cs (3)
93return new SourceValueInfo[] { new SourceValueInfo(SourceValueType.Direct, DrillIn.Never, (string)null) }; 202? new SourceValueInfo(SourceValueType.Property, _drillIn, name) 203: new SourceValueInfo(SourceValueType.Direct, _drillIn, (string)null);