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