We have a full screen application developed in WPF that will be used on a touch interface. As part of this project I developed a styled virtual keyboard that will be used to input when the application is run on a touch device. Everything works great except for the appearance of the Windows Virtual Keyboard input icon appearing when a user clicks on a textbox (for instance).
What we would like to do is to suppress the Windows keyboard from activating when the user grabs focus on "specific" input controls. We may still want the keyboard on other input areas such as open or file save dialogs so disabling the keyboard for the application or globally is not an option.
I have found documentation on MSDN that suggests a possible solution would be to use TextInputPanel from the Microsoft.Ink namespace. However, that last version of that code is 3.5 (this is a 4.0 app) and I cant seem to find the dll anywhere it should be.
Any suggestions at this point would be greatly appreciated...