3 writes to Method
System.Web.Mobile (3)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
690node.Method = _txtMethod.Text;
UI\MobileControls\Design\Util\WebConfigManager.cs (2)
322Method = null; 425newNode.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; 425newNode.Method = this.Method;