Base:
property
ImeModeBase
System.Windows.Forms.Control.ImeModeBase
4 writes to ImeModeBase
System.Windows.Forms.Tests (4)
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (1)
2147set => base.ImeModeBase = value;
System\Windows\Forms\RichTextBoxTests.cs (1)
10965set => base.ImeModeBase = value;
TextBoxBaseTests.cs (1)
7724set => base.ImeModeBase = value;
TextBoxTests.cs (1)
722set => base.ImeModeBase = value;
4 references to ImeModeBase
System.Windows.Forms.Tests (4)
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (1)
2146get => base.ImeModeBase;
System\Windows\Forms\RichTextBoxTests.cs (1)
10964get => base.ImeModeBase;
TextBoxBaseTests.cs (1)
7723get => base.ImeModeBase;
TextBoxTests.cs (1)
721get => base.ImeModeBase;