6 references to SelectedNode
System.Web.Mobile (6)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (6)
323bool filterIsSelected = (_filterList.SelectedNode != null); 560DeviceFilterTreeNode node = (DeviceFilterTreeNode)_filterList.SelectedNode; 575DeviceFilterTreeNode node = (DeviceFilterTreeNode)_filterList.SelectedNode; 586if (_filterList.SelectedNode == null) 673if (null != _filterList.SelectedNode) 675DeviceFilterNode node = ((DeviceFilterTreeNode)_filterList.SelectedNode).DeviceFilter;