10 references to Direct
PresentationFramework (10)
MS\Internal\Data\PathParser.cs (2)
91
return new SourceValueInfo[] { new SourceValueInfo(SourceValueType.
Direct
, DrillIn.Never, (string)null) };
218
: new SourceValueInfo(SourceValueType.
Direct
, _drillIn, (string)null);
MS\Internal\Data\PropertyPathWorker.cs (7)
312
case SourceValueType.
Direct
:
667
SVI[_arySVS.Length - 1].type != SourceValueType.
Direct
&&
695
if (IsDynamic && SVI[k].type != SourceValueType.
Direct
)
865
if (IsDynamic && SVI[k].type != SourceValueType.
Direct
)
1063
if (newType == null && SVI[k].type != SourceValueType.
Direct
)
1250
case SourceValueType.
Direct
:
1535
if (!(dp != null || SVI[k].type == SourceValueType.
Direct
))
System\Windows\PropertyPath.cs (1)
471
case SourceValueType.
Direct
: