2 overrides of ImeModeBase
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
550
protected override ImeMode
ImeModeBase
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
236
protected override SWF.ImeMode
ImeModeBase
48 writes to ImeModeBase
System.Windows.Forms (2)
System\Windows\Forms\Control.Ime.cs (1)
150
ImeModeBase
= value;
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
553
set => base.
ImeModeBase
= value;
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
1049
set => base.
ImeModeBase
= value;
System.Windows.Forms.Tests (44)
System\Windows\Forms\AxHostTests.cs (1)
3207
set => base.
ImeModeBase
= value;
System\Windows\Forms\ButtonBaseTests.cs (1)
9310
set => base.
ImeModeBase
= value;
System\Windows\Forms\ButtonTests.cs (1)
3718
set => base.
ImeModeBase
= value;
System\Windows\Forms\CheckBoxTests.cs (1)
673
set => base.
ImeModeBase
= value;
System\Windows\Forms\ComboBoxTests.cs (1)
2862
set => base.
ImeModeBase
= value;
System\Windows\Forms\ContainerControlTests.cs (1)
1452
set => base.
ImeModeBase
= value;
System\Windows\Forms\ControlTests.cs (1)
1185
set => base.
ImeModeBase
= value;
System\Windows\Forms\DateTimePickerTests.cs (1)
1047
set => base.
ImeModeBase
= value;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
421
set => base.
ImeModeBase
= value;
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
930
set => base.
ImeModeBase
= value;
System\Windows\Forms\DomainUpDownTests.cs (1)
1517
set => base.
ImeModeBase
= value;
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
471
set => base.
ImeModeBase
= value;
System\Windows\Forms\FormTests.cs (1)
2731
set => base.
ImeModeBase
= value;
System\Windows\Forms\GroupBoxTests.cs (1)
2336
set => base.
ImeModeBase
= value;
System\Windows\Forms\HScrollBarTests.cs (1)
285
set => base.
ImeModeBase
= value;
System\Windows\Forms\LabelTests.cs (1)
920
set => base.
ImeModeBase
= value;
System\Windows\Forms\ListBoxTests.cs (1)
6443
set => base.
ImeModeBase
= value;
System\Windows\Forms\ListControlTests.cs (1)
2951
set => base.
ImeModeBase
= value;
System\Windows\Forms\ListViewTests.cs (1)
6138
set => base.
ImeModeBase
= value;
System\Windows\Forms\MenuStripTests.cs (1)
897
set => base.
ImeModeBase
= value;
System\Windows\Forms\MonthCalendarTests.cs (1)
4767
set => base.
ImeModeBase
= value;
System\Windows\Forms\PanelTests.cs (1)
1193
set => base.
ImeModeBase
= value;
System\Windows\Forms\PictureBoxTests.cs (1)
2879
set => base.
ImeModeBase
= value;
System\Windows\Forms\ProgressBarTests.cs (1)
2623
set => base.
ImeModeBase
= value;
System\Windows\Forms\PropertyGridTests.cs (1)
4196
set => base.
ImeModeBase
= value;
System\Windows\Forms\RadioButtonTests.cs (1)
1566
set => base.
ImeModeBase
= value;
System\Windows\Forms\ScrollableControlTests.cs (1)
2611
set => base.
ImeModeBase
= value;
System\Windows\Forms\ScrollBarTests.cs (1)
3199
set => base.
ImeModeBase
= value;
System\Windows\Forms\SplitterTests.cs (1)
2344
set => base.
ImeModeBase
= value;
System\Windows\Forms\StatusStripTests.cs (1)
1319
set => base.
ImeModeBase
= value;
System\Windows\Forms\TabControlTests.cs (1)
5760
set => base.
ImeModeBase
= value;
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2210
set => base.
ImeModeBase
= value;
System\Windows\Forms\TabPageTests.cs (1)
5274
set => base.
ImeModeBase
= value;
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
2055
set => base.
ImeModeBase
= value;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5137
set => base.
ImeModeBase
= value;
System\Windows\Forms\ToolStripPanelTests.cs (1)
398
set => base.
ImeModeBase
= value;
System\Windows\Forms\ToolStripTests.cs (1)
7573
set => base.
ImeModeBase
= value;
System\Windows\Forms\TreeViewTests.cs (1)
7611
set => base.
ImeModeBase
= value;
System\Windows\Forms\UpDownBaseTests.cs (1)
3150
set => base.
ImeModeBase
= value;
System\Windows\Forms\UserControlTests.cs (1)
1836
set => base.
ImeModeBase
= value;
System\Windows\Forms\VScrollBarTests.cs (1)
275
set => base.
ImeModeBase
= value;
System\Windows\Forms\WebBrowserTests.cs (1)
4705
set => base.
ImeModeBase
= value;
TrackBarTests.cs (1)
3317
set => base.
ImeModeBase
= value;
WebBrowserBaseTests.cs (1)
925
set => base.
ImeModeBase
= value;
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
244
base.
ImeModeBase
= value;
48 references to ImeModeBase
System.Windows.Forms (2)
System\Windows\Forms\Control.Ime.cs (1)
139
ImeMode imeMode =
ImeModeBase
;
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
552
get => (DesignMode || CanEnableIme) ? base.
ImeModeBase
: ImeMode.Disable;
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
1048
get => base.
ImeModeBase
;
System.Windows.Forms.Tests (44)
System\Windows\Forms\AxHostTests.cs (1)
3206
get => base.
ImeModeBase
;
System\Windows\Forms\ButtonBaseTests.cs (1)
9309
get => base.
ImeModeBase
;
System\Windows\Forms\ButtonTests.cs (1)
3717
get => base.
ImeModeBase
;
System\Windows\Forms\CheckBoxTests.cs (1)
672
get => base.
ImeModeBase
;
System\Windows\Forms\ComboBoxTests.cs (1)
2861
get => base.
ImeModeBase
;
System\Windows\Forms\ContainerControlTests.cs (1)
1451
get => base.
ImeModeBase
;
System\Windows\Forms\ControlTests.cs (1)
1184
get => base.
ImeModeBase
;
System\Windows\Forms\DateTimePickerTests.cs (1)
1046
get => base.
ImeModeBase
;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
420
get => base.
ImeModeBase
;
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
929
get => base.
ImeModeBase
;
System\Windows\Forms\DomainUpDownTests.cs (1)
1516
get => base.
ImeModeBase
;
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
470
get => base.
ImeModeBase
;
System\Windows\Forms\FormTests.cs (1)
2730
get => base.
ImeModeBase
;
System\Windows\Forms\GroupBoxTests.cs (1)
2335
get => base.
ImeModeBase
;
System\Windows\Forms\HScrollBarTests.cs (1)
284
get => base.
ImeModeBase
;
System\Windows\Forms\LabelTests.cs (1)
919
get => base.
ImeModeBase
;
System\Windows\Forms\ListBoxTests.cs (1)
6442
get => base.
ImeModeBase
;
System\Windows\Forms\ListControlTests.cs (1)
2950
get => base.
ImeModeBase
;
System\Windows\Forms\ListViewTests.cs (1)
6137
get => base.
ImeModeBase
;
System\Windows\Forms\MenuStripTests.cs (1)
896
get => base.
ImeModeBase
;
System\Windows\Forms\MonthCalendarTests.cs (1)
4766
get => base.
ImeModeBase
;
System\Windows\Forms\PanelTests.cs (1)
1192
get => base.
ImeModeBase
;
System\Windows\Forms\PictureBoxTests.cs (1)
2878
get => base.
ImeModeBase
;
System\Windows\Forms\ProgressBarTests.cs (1)
2622
get => base.
ImeModeBase
;
System\Windows\Forms\PropertyGridTests.cs (1)
4195
get => base.
ImeModeBase
;
System\Windows\Forms\RadioButtonTests.cs (1)
1565
get => base.
ImeModeBase
;
System\Windows\Forms\ScrollableControlTests.cs (1)
2610
get => base.
ImeModeBase
;
System\Windows\Forms\ScrollBarTests.cs (1)
3198
get => base.
ImeModeBase
;
System\Windows\Forms\SplitterTests.cs (1)
2343
get => base.
ImeModeBase
;
System\Windows\Forms\StatusStripTests.cs (1)
1318
get => base.
ImeModeBase
;
System\Windows\Forms\TabControlTests.cs (1)
5759
get => base.
ImeModeBase
;
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2209
get => base.
ImeModeBase
;
System\Windows\Forms\TabPageTests.cs (1)
5273
get => base.
ImeModeBase
;
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
2054
get => base.
ImeModeBase
;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5136
get => base.
ImeModeBase
;
System\Windows\Forms\ToolStripPanelTests.cs (1)
397
get => base.
ImeModeBase
;
System\Windows\Forms\ToolStripTests.cs (1)
7572
get => base.
ImeModeBase
;
System\Windows\Forms\TreeViewTests.cs (1)
7610
get => base.
ImeModeBase
;
System\Windows\Forms\UpDownBaseTests.cs (1)
3149
get => base.
ImeModeBase
;
System\Windows\Forms\UserControlTests.cs (1)
1835
get => base.
ImeModeBase
;
System\Windows\Forms\VScrollBarTests.cs (1)
274
get => base.
ImeModeBase
;
System\Windows\Forms\WebBrowserTests.cs (1)
4704
get => base.
ImeModeBase
;
TrackBarTests.cs (1)
3316
get => base.
ImeModeBase
;
WebBrowserBaseTests.cs (1)
924
get => base.
ImeModeBase
;
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
240
return this.CanEnableIme ? base.
ImeModeBase
: ImeMode.Disable;