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)
788
if (drillIn != DrillIn.
Always
)
802
if (view != null && drillIn != DrillIn.
Always
)
940
string os = (svi.drillIn == DrillIn.
Always
) ? "current item of collection" : "object";
src\Framework\System\Windows\PropertyPath.cs (1)
397
case DrillIn.
Always
: