10 references to Direct
PresentationFramework (10)
src\Framework\MS\Internal\Data\PathParser.cs (2)
93return 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)
314case SourceValueType.Direct: 667SVI[_arySVS.Length-1].type != SourceValueType.Direct && 695if (IsDynamic && SVI[k].type != SourceValueType.Direct) 863if (IsDynamic && SVI[k].type != SourceValueType.Direct) 1058if (newType == null && SVI[k].type != SourceValueType.Direct) 1241case SourceValueType.Direct: 1532if (!(dp != null || SVI[k].type == SourceValueType.Direct))
src\Framework\System\Windows\PropertyPath.cs (1)
471case SourceValueType.Direct: