5 writes to UserEdit
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DomainUpDown.cs (3)
475
UserEdit
= false;
479
UserEdit
= true;
596
UserEdit
= false;
winforms\Managed\System\WinForms\NumericUpDown.cs (1)
619
UserEdit
= false;
winforms\Managed\System\WinForms\UpDownBase.cs (1)
929
UserEdit
= true;
17 references to UserEdit
System.Windows.Forms (17)
winforms\Managed\System\WinForms\DomainUpDown.cs (7)
140
if (
UserEdit
) {
298
if (
UserEdit
) {
482
Debug.Assert(domainIndex >=0 ||
UserEdit
== true, "UserEdit should be true when domainIndex < 0 " +
UserEdit
);
507
if (!
UserEdit
) {
559
if (
UserEdit
) {
594
Debug.Assert(!
UserEdit
, "UserEdit should be false");
winforms\Managed\System\WinForms\NumericUpDown.cs (6)
365
if (
UserEdit
) {
452
if (
UserEdit
) {
570
if (
UserEdit
)
599
Debug.Assert(
UserEdit
== true, "ParseEditText() - UserEdit == false");
725
if (
UserEdit
) {
777
if (
UserEdit
) {
winforms\Managed\System\WinForms\UpDownBase.cs (4)
603
if (
UserEdit
) {
884
if (e.KeyCode == Keys.Return &&
UserEdit
) {
904
if (
UserEdit
) {
925
Debug.Assert(
UserEdit
== false, "OnTextBoxTextChanged() - UserEdit == true");