6 references to TextCompositionEventArgs
PresentationCore (6)
System\Windows\Input\TextCompositionManager.cs (6)
329
TextCompositionEventArgs textargs = new
TextCompositionEventArgs
(composition._InputDevice, composition);
354
TextCompositionEventArgs textargs = new
TextCompositionEventArgs
(composition._InputDevice, composition);
380
TextCompositionEventArgs textargs = new
TextCompositionEventArgs
(composition._InputDevice, composition);
539
TextCompositionEventArgs text = new
TextCompositionEventArgs
(textArgs.Device, textArgs.TextComposition);
552
TextCompositionEventArgs text = new
TextCompositionEventArgs
(textArgs.Device, textArgs.TextComposition);
565
TextCompositionEventArgs text = new
TextCompositionEventArgs
(textArgs.Device, textArgs.TextComposition);