const Key KeyDeadCharProcessed = (Key)0xac; // Key.DeadCharProcessed; // new in .NET 4 #endregion Fields #region Constructors public InputHandler(CompletionWindowBase window) : base(window.TextArea) { Debug.Assert(window != null); this.window = window; }
public InputHandler(CompletionWindowBase window) : base(window.TextArea) { Debug.Assert(window != null); this.window = window; }