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