5 references to XPath
System.Web (5)
UI\WebControls\XmlDataSource.cs (1)
341
if (
XPath
!= value) {
UI\WebControls\XmlDataSourceView.cs (2)
46
if (_owner.
XPath
.Length != 0) {
48
nodes = root.SelectNodes(_owner.
XPath
);
UI\WebControls\XmlHierarchicalDataSourceView.cs (2)
52
if (_owner.
XPath
.Length > 0) {
53
nodes = root.SelectNodes(_owner.
XPath
);