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