How can I prevent input controls from stealing the space character from the TextCompositionManager?
问题 Related (but not a dupe!) to this question: Help with the WPF TextCompositionManager events When using the TextCompositionManager I'm having an issue where, if an input control such as the TextBox has focus, the TextBox will "steal" the space character before I can get a chance to act on it. For example, we have the following code: public Window1() { TextCompositionManager.AddPreviewTextInputStartHandler (this, PreviewTextInputStartHandler); } private void PreviewTextInputHandler(object