12 references to On
PresentationCore (12)
System\Windows\Input\InputMethod.cs (12)
527return compartment.BooleanValue ? InputMethodState.On 543return fOpen ? InputMethodState.On : InputMethodState.Off; 561if (compartment.BooleanValue != (value == InputMethodState.On)) 563compartment.BooleanValue = (value == InputMethodState.On); 581if (fOpen != (value == InputMethodState.On)) 583UnsafeNativeMethods.ImmSetOpenStatus(new HandleRef(this, himc), (value == InputMethodState.On)); 603return compartment.BooleanValue ? InputMethodState.On 619if (compartment.BooleanValue != (value == InputMethodState.On)) 621compartment.BooleanValue = (value == InputMethodState.On); 638return compartment.BooleanValue ? InputMethodState.On 653if (compartment.BooleanValue != (value == InputMethodState.On)) 655compartment.BooleanValue = (value == InputMethodState.On);