11 references to Label
System.Web.Mobile (10)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (2)
590if(e.Label == null) 596String newLabel = e.Label;
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (3)
636if(e.Label == null) 642String newLabel = e.Label; 664((DeviceFilterTreeNode)e.Node).DeviceFilter.Name = e.Label;
UI\MobileControls\Design\ListComponentEditorPage.cs (3)
154if (null == e.Label) 174if (e.Label.Length == 0) 205CurrentNode.Name = e.Label;
UI\MobileControls\Design\StylesEditorDialog.cs (2)
678if (null == e.Label) 684String newValue = e.Label;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
980string newLabel = e.Label;