5 writes to UserEdit
System.Windows.Forms (5)
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (3)
395UserEdit = false; 400UserEdit = true; 507UserEdit = false;
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
557UserEdit = false;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
745UserEdit = true;
16 references to UserEdit
System.Windows.Forms (16)
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (6)
94if (UserEdit) 219if (UserEdit) 403Debug.Assert(_domainIndex >= 0 || UserEdit, $"UserEdit should be true when domainIndex < 0 {UserEdit}"); 428if (!UserEdit) 477if (UserEdit)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (6)
308if (UserEdit) 383if (UserEdit) 503if (UserEdit) 531Debug.Assert(UserEdit, "ParseEditText() - UserEdit == false"); 672if (UserEdit) 731if (UserEdit)
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (4)
429if (UserEdit) 696if (e.KeyCode == Keys.Return && UserEdit) 713if (UserEdit) 740Debug.Assert(!UserEdit, "OnTextBoxTextChanged() - UserEdit == true");