10 references to Direct
PresentationFramework (10)
MS\Internal\Data\PathParser.cs (2)
92
return new SourceValueInfo[] { new SourceValueInfo(SourceValueType.
Direct
, DrillIn.Never, (string)null) };
202
: new SourceValueInfo(SourceValueType.
Direct
, _drillIn, (string)null);
MS\Internal\Data\PropertyPathWorker.cs (7)
305
case SourceValueType.
Direct
:
652
SVI[_arySVS.Length - 1].type != SourceValueType.
Direct
&&
680
if (IsDynamic && SVI[k].type != SourceValueType.
Direct
)
849
if (IsDynamic && SVI[k].type != SourceValueType.
Direct
)
1046
if (newType == null && SVI[k].type != SourceValueType.
Direct
)
1233
case SourceValueType.
Direct
:
1507
if (!(dp != null || SVI[k].type == SourceValueType.
Direct
))
System\Windows\PropertyPath.cs (1)
467
case SourceValueType.
Direct
: