2 writes to drillIn
PresentationFramework (2)
MS\Internal\Data\PathParser.cs (2)
30drillIn = d; 39drillIn = d;
4 references to drillIn
PresentationFramework (4)
MS\Internal\Data\ClrBindingWorker.cs (1)
102SetValue(Feature.XmlWorker, new XmlBindingWorker(this, path.SVI[0].drillIn == DrillIn.Never));
MS\Internal\Data\PropertyPathWorker.cs (2)
779DrillIn drillIn = SVI[k].drillIn; 934bool inCollection = (svi.drillIn == DrillIn.Always);
System\Windows\PropertyPath.cs (1)
392switch (_arySVI[i].drillIn)