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