Base:
property
Properties
MS.Internal.Xml.XPath.Query.Properties
2 overrides of Properties
System.Private.Xml (2)
System\Xml\XPath\Internal\PreSiblingQuery.cs (1)
87
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; } }
2 references to Properties
System.Private.Xml (2)
System\Xml\XPath\Internal\PreSiblingQuery.cs (1)
87
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; } }