6 references to Reverse
System.Xml (6)
System\Xml\XPath\Internal\FilterQuery.cs (1)
150
return QueryProps.Position | (qyInput.Properties & (QueryProps.Merge | QueryProps.
Reverse
));
System\Xml\XPath\Internal\PrecedingQuery.cs (1)
92
public override QueryProps Properties { get { return base.Properties | QueryProps.
Reverse
; } }
System\Xml\XPath\Internal\PrecedingSibling.cs (1)
80
public override QueryProps Properties { get { return base.Properties | QueryProps.
Reverse
; } }
System\Xml\XPath\Internal\QueryBuilder.cs (1)
238
bool reverse = (qyInput.Properties & QueryProps.
Reverse
) != 0;
System\Xml\XPath\Internal\ReversePositionQuery.cs (1)
21
public override QueryProps Properties { get { return base.Properties | QueryProps.
Reverse
; } }
System\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
56
public override QueryProps Properties { get { return base.Properties | QueryProps.
Reverse
; } }