18 references to DrillIn
PresentationFramework (18)
src\Framework\MS\Internal\Data\ClrBindingWorker.cs (1)
113
SetValue(Feature.XmlWorker, new XmlBindingWorker(this, path.SVI[0].drillIn ==
DrillIn
.Never));
src\Framework\MS\Internal\Data\PathParser.cs (9)
25
public
DrillIn
drillIn;
30
public SourceValueInfo(SourceValueType t,
DrillIn
d, string n)
39
public SourceValueInfo(SourceValueType t,
DrillIn
d, FrugalObjectList<IndexerParamInfo> list)
93
return new SourceValueInfo[] { new SourceValueInfo(SourceValueType.Direct,
DrillIn
.Never, (string)null) };
97
_drillIn =
DrillIn
.IfNeeded;
132
_drillIn =
DrillIn
.Always;
136
_drillIn =
DrillIn
.Never;
388
_drillIn =
DrillIn
.Never;
395
DrillIn
_drillIn;
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (5)
784
DrillIn
drillIn = SVI[k].drillIn;
788
if (drillIn !=
DrillIn
.Always)
802
if (view != null && drillIn !=
DrillIn
.Always)
810
if (svs.info == null && drillIn !=
DrillIn
.Never && view != null)
940
string os = (svi.drillIn ==
DrillIn
.Always) ? "current item of collection" : "object";
src\Framework\System\Windows\PropertyPath.cs (3)
397
case
DrillIn
.Always:
401
case
DrillIn
.Never:
408
case
DrillIn
.IfNeeded: