5 references to Always
PresentationFramework (5)
src\Framework\MS\Internal\Data\PathParser.cs (1)
132_drillIn = DrillIn.Always;
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (3)
788if (drillIn != DrillIn.Always) 802if (view != null && drillIn != DrillIn.Always) 940string os = (svi.drillIn == DrillIn.Always) ? "current item of collection" : "object";
src\Framework\System\Windows\PropertyPath.cs (1)
397case DrillIn.Always: