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