2 writes to drillIn
PresentationFramework (2)
src\Framework\MS\Internal\Data\PathParser.cs (2)
33
drillIn
= d;
42
drillIn
= d;
4 references to drillIn
PresentationFramework (4)
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\PropertyPathWorker.cs (2)
784
DrillIn drillIn = SVI[k].
drillIn
;
940
string os = (svi.
drillIn
== DrillIn.Always) ? "current item of collection" : "object";
src\Framework\System\Windows\PropertyPath.cs (1)
395
switch (_arySVI[i].
drillIn
)