public KeyboardTextEditorEventHandler(TextElement textElement, TextEditingUtilities editingUtilities) : base(textElement, editingUtilities) { }
public TextEditingManipulator(TextElement textElement) { m_TextElement = textElement; editingUtilities = new TextEditingUtilities(textElement.m_SelectingManipulator.m_SelectingUtilities, textElement.uitkTextHandle.textHandle); InitTextEditorEventHandler(); }
public TouchScreenTextEditorEventHandler(TextElement textElement, TextEditingUtilities editingUtilities) : base(textElement, editingUtilities) { }
protected TextEditorEventHandler(TextElement textElement, TextEditingUtilities editingUtilities) { this.textElement = textElement; this.editingUtilities = editingUtilities; }