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