//------------------------------------------------------
        //
        //  Constructors
        //
        //------------------------------------------------------
 
        internal InputMethodEventTypeInfo(
                                 InputMethodStateType type, 
                                 Guid guid, 
                                 CompartmentScope scope)
        {
            _inputmethodstatetype = type;
            _guid = guid;
            _scope = scope;
        }
Example #2
0
        //------------------------------------------------------
        //
        //  Constructors
        //
        //------------------------------------------------------

        internal InputMethodEventTypeInfo(
            InputMethodStateType type,
            Guid guid,
            CompartmentScope scope)
        {
            _inputmethodstatetype = type;
            _guid  = guid;
            _scope = scope;
        }