10 references to Direct
PresentationFramework (10)
src\Framework\MS\Internal\Data\PathParser.cs (2)
93
return new SourceValueInfo[] { new SourceValueInfo(SourceValueType.
Direct
, DrillIn.Never, (string)null) };
220
: new SourceValueInfo(SourceValueType.
Direct
, _drillIn, (string)null);
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (7)
314
case SourceValueType.
Direct
:
667
SVI[_arySVS.Length-1].type != SourceValueType.
Direct
&&
695
if (IsDynamic && SVI[k].type != SourceValueType.
Direct
)
863
if (IsDynamic && SVI[k].type != SourceValueType.
Direct
)
1058
if (newType == null && SVI[k].type != SourceValueType.
Direct
)
1241
case SourceValueType.
Direct
:
1532
if (!(dp != null || SVI[k].type == SourceValueType.
Direct
))
src\Framework\System\Windows\PropertyPath.cs (1)
471
case SourceValueType.
Direct
: