Base:
property
Properties
MS.Internal.Xml.XPath.Query.Properties
2 overrides of Properties
System.Xml (2)
System\Xml\XPath\Internal\PrecedingSibling.cs (1)
80public override QueryProps Properties { get { return base.Properties | QueryProps.Reverse; } }
System\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
56public override QueryProps Properties { get { return base.Properties | QueryProps.Reverse; } }
2 references to Properties
System.Xml (2)
System\Xml\XPath\Internal\PrecedingSibling.cs (1)
80public override QueryProps Properties { get { return base.Properties | QueryProps.Reverse; } }
System\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
56public override QueryProps Properties { get { return base.Properties | QueryProps.Reverse; } }