6 references to Never
PresentationFramework (6)
MS\Internal\Data\ClrBindingWorker.cs (1)
111
SetValue(Feature.XmlWorker, new XmlBindingWorker(this, path.SVI[0].drillIn == DrillIn.
Never
));
MS\Internal\Data\PathParser.cs (3)
91
return new SourceValueInfo[] { new SourceValueInfo(SourceValueType.Direct, DrillIn.
Never
, (string)null) };
134
_drillIn = DrillIn.
Never
;
386
_drillIn = DrillIn.
Never
;
MS\Internal\Data\PropertyPathWorker.cs (1)
811
if (svs.info == null && drillIn != DrillIn.
Never
&& view != null)
System\Windows\PropertyPath.cs (1)
401
case DrillIn.
Never
: