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