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