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