2 writes to drillIn
PresentationFramework (2)
src\Framework\MS\Internal\Data\PathParser.cs (2)
33drillIn = d; 42drillIn = d;
4 references to drillIn
PresentationFramework (4)
src\Framework\MS\Internal\Data\ClrBindingWorker.cs (1)
113SetValue(Feature.XmlWorker, new XmlBindingWorker(this, path.SVI[0].drillIn == DrillIn.Never));
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (2)
784DrillIn drillIn = SVI[k].drillIn; 940string os = (svi.drillIn == DrillIn.Always) ? "current item of collection" : "object";
src\Framework\System\Windows\PropertyPath.cs (1)
395switch (_arySVI[i].drillIn)