3 references to FindXmlNode
System.Web.Mobile (3)
UI\MobileControls\Design\Util\WebConfigManager.cs (3)
178
XmlNode configSection =
FindXmlNode
(document, "configuration");
187
XmlElement webSection =
FindXmlNode
(configSection, "system.web");
197
XmlElement filters =
FindXmlNode
(webSection, "deviceFilters");