4 writes to LabelEdit
System.Web.Mobile (2)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
219_tvDefinedStyles.LabelEdit = true;
UI\MobileControls\Design\Util\EditableTreeList.cs (1)
74TvList.LabelEdit = true;
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
657this.LabelEdit = false;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
954base.TreeView.LabelEdit = true;
3 references to LabelEdit
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TreeNode.cs (1)
1204if (tv.LabelEdit == false)
winforms\Managed\System\WinForms\TreeView.cs (2)
375if (LabelEdit) 845if (LabelEdit != value) {