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