I'm using Microsoft Ink Canvas for WPF and I need to change the configuration to get the time informationfor.
With winforms and MSInk I do that by using the InkCollector object. With InkCanvas I realized that there's also a embeeded InkCollector object but no way to access to it. It is necessary to access to it in order to instruct InkCollector to get time data via setting DesiredPacketDescription attribute.
In MSDN (http://msdn.microsoft.com/en-us/library/dd187712.aspx) shows a protected member _inkCollector, but, I cannot find it using instrumentation (Find a private field with Reflection?).
Perharps there's another solution?
Thanks in advance, Ivan.