12 references to On
PresentationCore (12)
Core\CSharp\System\Windows\Input\InputMethod.cs (12)
589return compartment.BooleanValue ? InputMethodState.On 605return fOpen ? InputMethodState.On : InputMethodState.Off; 624if (compartment.BooleanValue != (value == InputMethodState.On)) 626compartment.BooleanValue = (value == InputMethodState.On); 644if (fOpen != (value == InputMethodState.On)) 646UnsafeNativeMethods.ImmSetOpenStatus(new HandleRef(this, himc), (value == InputMethodState.On)); 676return compartment.BooleanValue ? InputMethodState.On 694if (compartment.BooleanValue != (value == InputMethodState.On)) 696compartment.BooleanValue = (value == InputMethodState.On); 718return compartment.BooleanValue ? InputMethodState.On 734if (compartment.BooleanValue != (value == InputMethodState.On)) 736compartment.BooleanValue = (value == InputMethodState.On);