6 references to Never
PresentationFramework (6)
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 (3)
93
return new SourceValueInfo[] { new SourceValueInfo(SourceValueType.Direct, DrillIn.
Never
, (string)null) };
136
_drillIn = DrillIn.
Never
;
388
_drillIn = DrillIn.
Never
;
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (1)
810
if (svs.info == null && drillIn != DrillIn.
Never
&& view != null)
src\Framework\System\Windows\PropertyPath.cs (1)
401
case DrillIn.
Never
: