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)
232
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)
1051
set => base.
ImeModeBase
= value;
System.Windows.Forms.Tests (44)
System\Windows\Forms\AxHostTests.cs (1)
3209
set => base.
ImeModeBase
= value;
System\Windows\Forms\ButtonBaseTests.cs (1)
9312
set => base.
ImeModeBase
= value;
System\Windows\Forms\ButtonTests.cs (1)
3720
set => base.
ImeModeBase
= value;
System\Windows\Forms\CheckBoxTests.cs (1)
675
set => base.
ImeModeBase
= value;
System\Windows\Forms\ComboBoxTests.cs (1)
2864
set => base.
ImeModeBase
= value;
System\Windows\Forms\ContainerControlTests.cs (1)
1454
set => base.
ImeModeBase
= value;
System\Windows\Forms\ControlTests.cs (1)
1187
set => base.
ImeModeBase
= value;
System\Windows\Forms\DateTimePickerTests.cs (1)
1049
set => base.
ImeModeBase
= value;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
423
set => base.
ImeModeBase
= value;
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
932
set => base.
ImeModeBase
= value;
System\Windows\Forms\DomainUpDownTests.cs (1)
1519
set => base.
ImeModeBase
= value;
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
473
set => base.
ImeModeBase
= value;
System\Windows\Forms\FormTests.cs (1)
2733
set => base.
ImeModeBase
= value;
System\Windows\Forms\GroupBoxTests.cs (1)
2338
set => base.
ImeModeBase
= value;
System\Windows\Forms\HScrollBarTests.cs (1)
287
set => base.
ImeModeBase
= value;
System\Windows\Forms\LabelTests.cs (1)
922
set => base.
ImeModeBase
= value;
System\Windows\Forms\ListBoxTests.cs (1)
6445
set => base.
ImeModeBase
= value;
System\Windows\Forms\ListControlTests.cs (1)
2953
set => base.
ImeModeBase
= value;
System\Windows\Forms\ListViewTests.cs (1)
6140
set => base.
ImeModeBase
= value;
System\Windows\Forms\MenuStripTests.cs (1)
899
set => base.
ImeModeBase
= value;
System\Windows\Forms\MonthCalendarTests.cs (1)
4769
set => base.
ImeModeBase
= value;
System\Windows\Forms\PanelTests.cs (1)
1195
set => base.
ImeModeBase
= value;
System\Windows\Forms\PictureBoxTests.cs (1)
2881
set => base.
ImeModeBase
= value;
System\Windows\Forms\ProgressBarTests.cs (1)
2625
set => base.
ImeModeBase
= value;
System\Windows\Forms\PropertyGridTests.cs (1)
4198
set => base.
ImeModeBase
= value;
System\Windows\Forms\RadioButtonTests.cs (1)
1568
set => base.
ImeModeBase
= value;
System\Windows\Forms\ScrollableControlTests.cs (1)
2613
set => base.
ImeModeBase
= value;
System\Windows\Forms\ScrollBarTests.cs (1)
3201
set => base.
ImeModeBase
= value;
System\Windows\Forms\SplitterTests.cs (1)
2346
set => base.
ImeModeBase
= value;
System\Windows\Forms\StatusStripTests.cs (1)
1321
set => base.
ImeModeBase
= value;
System\Windows\Forms\TabControlTests.cs (1)
5789
set => base.
ImeModeBase
= value;
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2212
set => base.
ImeModeBase
= value;
System\Windows\Forms\TabPageTests.cs (1)
5276
set => base.
ImeModeBase
= value;
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
2057
set => base.
ImeModeBase
= value;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5139
set => base.
ImeModeBase
= value;
System\Windows\Forms\ToolStripPanelTests.cs (1)
400
set => base.
ImeModeBase
= value;
System\Windows\Forms\ToolStripTests.cs (1)
7544
set => base.
ImeModeBase
= value;
System\Windows\Forms\TreeViewTests.cs (1)
7613
set => base.
ImeModeBase
= value;
System\Windows\Forms\UpDownBaseTests.cs (1)
3152
set => base.
ImeModeBase
= value;
System\Windows\Forms\UserControlTests.cs (1)
1838
set => base.
ImeModeBase
= value;
System\Windows\Forms\VScrollBarTests.cs (1)
277
set => base.
ImeModeBase
= value;
System\Windows\Forms\WebBrowserTests.cs (1)
4707
set => base.
ImeModeBase
= value;
TrackBarTests.cs (1)
3319
set => base.
ImeModeBase
= value;
WebBrowserBaseTests.cs (1)
927
set => base.
ImeModeBase
= value;
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
240
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)
1050
get => base.
ImeModeBase
;
System.Windows.Forms.Tests (44)
System\Windows\Forms\AxHostTests.cs (1)
3208
get => base.
ImeModeBase
;
System\Windows\Forms\ButtonBaseTests.cs (1)
9311
get => base.
ImeModeBase
;
System\Windows\Forms\ButtonTests.cs (1)
3719
get => base.
ImeModeBase
;
System\Windows\Forms\CheckBoxTests.cs (1)
674
get => base.
ImeModeBase
;
System\Windows\Forms\ComboBoxTests.cs (1)
2863
get => base.
ImeModeBase
;
System\Windows\Forms\ContainerControlTests.cs (1)
1453
get => base.
ImeModeBase
;
System\Windows\Forms\ControlTests.cs (1)
1186
get => base.
ImeModeBase
;
System\Windows\Forms\DateTimePickerTests.cs (1)
1048
get => base.
ImeModeBase
;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
422
get => base.
ImeModeBase
;
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
931
get => base.
ImeModeBase
;
System\Windows\Forms\DomainUpDownTests.cs (1)
1518
get => base.
ImeModeBase
;
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
472
get => base.
ImeModeBase
;
System\Windows\Forms\FormTests.cs (1)
2732
get => base.
ImeModeBase
;
System\Windows\Forms\GroupBoxTests.cs (1)
2337
get => base.
ImeModeBase
;
System\Windows\Forms\HScrollBarTests.cs (1)
286
get => base.
ImeModeBase
;
System\Windows\Forms\LabelTests.cs (1)
921
get => base.
ImeModeBase
;
System\Windows\Forms\ListBoxTests.cs (1)
6444
get => base.
ImeModeBase
;
System\Windows\Forms\ListControlTests.cs (1)
2952
get => base.
ImeModeBase
;
System\Windows\Forms\ListViewTests.cs (1)
6139
get => base.
ImeModeBase
;
System\Windows\Forms\MenuStripTests.cs (1)
898
get => base.
ImeModeBase
;
System\Windows\Forms\MonthCalendarTests.cs (1)
4768
get => base.
ImeModeBase
;
System\Windows\Forms\PanelTests.cs (1)
1194
get => base.
ImeModeBase
;
System\Windows\Forms\PictureBoxTests.cs (1)
2880
get => base.
ImeModeBase
;
System\Windows\Forms\ProgressBarTests.cs (1)
2624
get => base.
ImeModeBase
;
System\Windows\Forms\PropertyGridTests.cs (1)
4197
get => base.
ImeModeBase
;
System\Windows\Forms\RadioButtonTests.cs (1)
1567
get => base.
ImeModeBase
;
System\Windows\Forms\ScrollableControlTests.cs (1)
2612
get => base.
ImeModeBase
;
System\Windows\Forms\ScrollBarTests.cs (1)
3200
get => base.
ImeModeBase
;
System\Windows\Forms\SplitterTests.cs (1)
2345
get => base.
ImeModeBase
;
System\Windows\Forms\StatusStripTests.cs (1)
1320
get => base.
ImeModeBase
;
System\Windows\Forms\TabControlTests.cs (1)
5788
get => base.
ImeModeBase
;
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2211
get => base.
ImeModeBase
;
System\Windows\Forms\TabPageTests.cs (1)
5275
get => base.
ImeModeBase
;
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
2056
get => base.
ImeModeBase
;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5138
get => base.
ImeModeBase
;
System\Windows\Forms\ToolStripPanelTests.cs (1)
399
get => base.
ImeModeBase
;
System\Windows\Forms\ToolStripTests.cs (1)
7543
get => base.
ImeModeBase
;
System\Windows\Forms\TreeViewTests.cs (1)
7612
get => base.
ImeModeBase
;
System\Windows\Forms\UpDownBaseTests.cs (1)
3151
get => base.
ImeModeBase
;
System\Windows\Forms\UserControlTests.cs (1)
1837
get => base.
ImeModeBase
;
System\Windows\Forms\VScrollBarTests.cs (1)
276
get => base.
ImeModeBase
;
System\Windows\Forms\WebBrowserTests.cs (1)
4706
get => base.
ImeModeBase
;
TrackBarTests.cs (1)
3318
get => base.
ImeModeBase
;
WebBrowserBaseTests.cs (1)
926
get => base.
ImeModeBase
;
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
236
return this.CanEnableIme ? base.
ImeModeBase
: ImeMode.Disable;