9 writes to CancelEdit
System.Web.Mobile (6)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
620e.CancelEdit = true;
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
668e.CancelEdit = true;
UI\MobileControls\Design\ListComponentEditorPage.cs (1)
200e.CancelEdit = true;
UI\MobileControls\Design\StylesEditorDialog.cs (3)
696e.CancelEdit = true; 708e.CancelEdit = true; 743e.CancelEdit = true;
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (3)
973e.CancelEdit = (memberNode == null) || !memberNode.Text.Contains("[") || !memberNode.Text.Contains("]"); 983e.CancelEdit = true; 1027e.CancelEdit = true;
6 references to CancelEdit
System.Web.Mobile (2)
UI\MobileControls\Design\ListComponentEditorPage.cs (1)
150Debug.Assert(e.CancelEdit == false);
UI\MobileControls\Design\StylesEditorDialog.cs (1)
674Debug.Assert(e.CancelEdit == false);
System.Windows.Forms (4)
winforms\Managed\System\WinForms\TreeView.cs (4)
2595if (!e.CancelEdit) 2597return (IntPtr)(e.CancelEdit ? 1 : 0); 2612if (newText != null && !e.CancelEdit && node != null) { 2617return (IntPtr)(e.CancelEdit ? 0 : 1);