6 references to TextCompositionEventArgs
PresentationCore (6)
Core\CSharp\System\Windows\Input\TextCompositionManager.cs (6)
411
TextCompositionEventArgs textargs = new
TextCompositionEventArgs
(composition._InputDevice, composition);
444
TextCompositionEventArgs textargs = new
TextCompositionEventArgs
(composition._InputDevice, composition);
477
TextCompositionEventArgs textargs = new
TextCompositionEventArgs
(composition._InputDevice, composition);
673
TextCompositionEventArgs text = new
TextCompositionEventArgs
(textArgs.Device, textArgs.TextComposition);
686
TextCompositionEventArgs text = new
TextCompositionEventArgs
(textArgs.Device, textArgs.TextComposition);
699
TextCompositionEventArgs text = new
TextCompositionEventArgs
(textArgs.Device, textArgs.TextComposition);