15 references to Document
System.Web.Mobile (15)
UI\MobileControls\Design\Util\WebConfigManager.cs (15)
86Document.Load(_path); 119XmlNode filters = FindFilterSection(Document, false); 157XmlNode filters = FindFilterSection(Document, false); 190webSection = Document.CreateElement("system.web"); 200filters = Document.CreateElement("deviceFilters"); 212Debug.Assert(Document != null); 214FindFilterSection(Document, true); 220Document.Save(_path); 250_xmlNode = webConfig.Document.CreateElement("filter"); 315_xmlNode.Attributes.Append(_webConfig.Document.CreateAttribute("name")); 328_xmlNode.Attributes.Append(_webConfig.Document.CreateAttribute("compare")); 334_xmlNode.Attributes.Append(_webConfig.Document.CreateAttribute("argument")); 348_xmlNode.Attributes.Append(_webConfig.Document.CreateAttribute("type")); 354_xmlNode.Attributes.Append(_webConfig.Document.CreateAttribute("method")); 361XmlNode filters = _webConfig.FindFilterSection(_webConfig.Document, false);