3 writes to Type
System.Web.Mobile (3)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
686node.Type = _txtType.Text;
UI\MobileControls\Design\Util\WebConfigManager.cs (2)
321Type = null; 424newNode.Type = this.Type;
5 references to Type
System.Web.Mobile (5)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (3)
391((filter.Type != null) && (filter.Type.Length > 0)), 580_txtType.Text = node.DeviceFilter.Type;
UI\MobileControls\Design\Util\WebConfigManager.cs (2)
350_xmlNode.Attributes["type"].Value = Type; 424newNode.Type = this.Type;