3 writes to Method
System.Web.Mobile (3)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
690
node.
Method
= _txtMethod.Text;
UI\MobileControls\Design\Util\WebConfigManager.cs (2)
322
Method
= null;
425
newNode.
Method
= this.Method;
5 references to Method
System.Web.Mobile (5)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (3)
392
((filter.
Method
!= null) && (filter.
Method
.Length > 0)),
581
_txtMethod.Text = node.DeviceFilter.
Method
;
UI\MobileControls\Design\Util\WebConfigManager.cs (2)
356
_xmlNode.Attributes["method"].Value =
Method
;
425
newNode.Method = this.
Method
;