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