Base:
property
ImeModeBase
System.Windows.Forms.Control.ImeModeBase
4 writes to ImeModeBase
System.Windows.Forms.Tests (4)
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (1)
2145
set => base.
ImeModeBase
= value;
System\Windows\Forms\RichTextBoxTests.cs (1)
10963
set => base.
ImeModeBase
= value;
TextBoxBaseTests.cs (1)
7722
set => base.
ImeModeBase
= value;
TextBoxTests.cs (1)
720
set => base.
ImeModeBase
= value;
4 references to ImeModeBase
System.Windows.Forms.Tests (4)
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (1)
2144
get => base.
ImeModeBase
;
System\Windows\Forms\RichTextBoxTests.cs (1)
10962
get => base.
ImeModeBase
;
TextBoxBaseTests.cs (1)
7721
get => base.
ImeModeBase
;
TextBoxTests.cs (1)
719
get => base.
ImeModeBase
;