17 references to Inherit
System.Windows.Forms (17)
System\Windows\Forms\Control.Ime.cs (17)
23private static ImeMode s_propagatingImeMode = ImeMode.Inherit; // Inherit means uninitialized. 44if (cachedImeMode == ImeMode.Inherit) 95return ImeMode.Inherit; 100protected virtual ImeMode DefaultImeMode => ImeMode.Inherit; 133[AmbientValue(ImeMode.Inherit)] 263if (s_propagatingImeMode == ImeMode.Inherit) 267ImeMode imeMode = ImeMode.Inherit; 337if (CurrentImeContextMode != newImeContextMode && newImeContextMode != ImeMode.Inherit) 456if (fromContext != ImeMode.Inherit) 651if (s_propagatingImeMode != ImeMode.Inherit) 660PropagatingImeMode = ImeMode.Inherit; 756retval = ImeMode.Inherit; 839Debug.Assert(imeMode != ImeMode.Inherit, "ImeMode.Inherit is an invalid argument to ImeContext.SetImeStatus"); 841if (imeMode is ImeMode.Inherit or ImeMode.NoControl) 981ImeMode.Inherit, 995ImeMode.Inherit, 1009ImeMode.Inherit,