6 references to Reverse
System.Private.Xml (6)
System\Xml\XPath\Internal\FilterQuery.cs (1)
176
return QueryProps.Position | (qyInput.Properties & (QueryProps.Merge | QueryProps.
Reverse
));
System\Xml\XPath\Internal\PrecedingQuery.cs (1)
101
public override QueryProps Properties { get { return base.Properties | QueryProps.
Reverse
; } }
System\Xml\XPath\Internal\PreSiblingQuery.cs (1)
87
public override QueryProps Properties { get { return base.Properties | QueryProps.
Reverse
; } }
System\Xml\XPath\Internal\QueryBuilder.cs (1)
275
bool reverse = (qyInput.Properties & QueryProps.
Reverse
) != 0;
System\Xml\XPath\Internal\ReversePositionQuery.cs (1)
15
public override QueryProps Properties { get { return base.Properties | QueryProps.
Reverse
; } }
System\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
62
public override QueryProps Properties { get { return base.Properties | QueryProps.
Reverse
; } }