public virtual void AllocateTextArea(TextEditor textEditor, TextArea textArea, Rectangle allocation) { if (textArea.Bounds != allocation) { textEditor.SetChildBounds(textArea, allocation); } }