12 references to On
PresentationCore (12)
System\Windows\Input\InputMethod.cs (12)
541return compartment.BooleanValue ? InputMethodState.On 557return fOpen ? InputMethodState.On : InputMethodState.Off; 575if (compartment.BooleanValue != (value == InputMethodState.On)) 577compartment.BooleanValue = (value == InputMethodState.On); 595if (fOpen != (value == InputMethodState.On)) 597UnsafeNativeMethods.ImmSetOpenStatus(new HandleRef(this, himc), (value == InputMethodState.On)); 617return compartment.BooleanValue ? InputMethodState.On 633if (compartment.BooleanValue != (value == InputMethodState.On)) 635compartment.BooleanValue = (value == InputMethodState.On); 652return compartment.BooleanValue ? InputMethodState.On 667if (compartment.BooleanValue != (value == InputMethodState.On)) 669compartment.BooleanValue = (value == InputMethodState.On);