12 references to On
PresentationCore (12)
System\Windows\Input\InputMethod.cs (12)
526return compartment.BooleanValue ? InputMethodState.On 542return fOpen ? InputMethodState.On : InputMethodState.Off; 560if (compartment.BooleanValue != (value == InputMethodState.On)) 562compartment.BooleanValue = (value == InputMethodState.On); 580if (fOpen != (value == InputMethodState.On)) 582UnsafeNativeMethods.ImmSetOpenStatus(new HandleRef(this, himc), (value == InputMethodState.On)); 602return compartment.BooleanValue ? InputMethodState.On 618if (compartment.BooleanValue != (value == InputMethodState.On)) 620compartment.BooleanValue = (value == InputMethodState.On); 637return compartment.BooleanValue ? InputMethodState.On 652if (compartment.BooleanValue != (value == InputMethodState.On)) 654compartment.BooleanValue = (value == InputMethodState.On);