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