6 references to TextCompositionEventArgs
PresentationCore (6)
System\Windows\Input\TextCompositionManager.cs (6)
313
TextCompositionEventArgs textargs = new
TextCompositionEventArgs
(composition._InputDevice, composition);
338
TextCompositionEventArgs textargs = new
TextCompositionEventArgs
(composition._InputDevice, composition);
364
TextCompositionEventArgs textargs = new
TextCompositionEventArgs
(composition._InputDevice, composition);
523
TextCompositionEventArgs text = new
TextCompositionEventArgs
(textArgs.Device, textArgs.TextComposition);
536
TextCompositionEventArgs text = new
TextCompositionEventArgs
(textArgs.Device, textArgs.TextComposition);
549
TextCompositionEventArgs text = new
TextCompositionEventArgs
(textArgs.Device, textArgs.TextComposition);