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