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