3 writes to Type
System.Web.Mobile (3)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
686
node.
Type
= _txtType.Text;
UI\MobileControls\Design\Util\WebConfigManager.cs (2)
321
Type
= null;
424
newNode.
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
;
424
newNode.Type = this.
Type
;