18 references to Inherit
System.Windows.Forms (18)
winforms\Managed\System\WinForms\Control.Ime.cs (18)
78
private static ImeMode propagatingImeMode = ImeMode.
Inherit
; // Inherit means uninitialized.
113
if( cachedImeMode == ImeMode.
Inherit
) {
174
return ImeMode.
Inherit
;
182
get { return ImeMode.
Inherit
; }
239
AmbientValue( ImeMode.
Inherit
),
279
if( !ClientUtils.IsEnumValid( value, (int) value, (int) ImeMode.
Inherit
, (int) ImeMode.OnHalf ) ) {
412
if( Control.propagatingImeMode == ImeMode.
Inherit
) {
417
ImeMode imeMode = ImeMode.
Inherit
;
490
if (CurrentImeContextMode != newImeContextMode && newImeContextMode != ImeMode.
Inherit
) {
610
if( fromContext != ImeMode.
Inherit
) {
850
if (Control.propagatingImeMode != ImeMode.
Inherit
) {
860
PropagatingImeMode = ImeMode.
Inherit
;
969
retval = ImeMode.
Inherit
;
1138
Debug.Assert( imeMode != ImeMode.
Inherit
, "ImeMode.Inherit is an invalid argument to ImeContext.SetImeStatus" );
1140
if( imeMode == ImeMode.
Inherit
|| imeMode == ImeMode.NoControl ) {
1291
ImeMode.
Inherit
,
1304
ImeMode.
Inherit
,
1317
ImeMode.
Inherit
,