// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.TextInputBaseField`1

namespace UnityEngine.UIElements
{
public class TextInputBaseField`1 // TypeDefIndex: 5267
{
	// Fields
	type#15241 autoCorrectionProperty;
	type#15241 hideMobileInputProperty;
	type#15241 hidePlaceholderOnFocusProperty;
	type#15241 keyboardTypeProperty;
	type#15241 isReadOnlyProperty;
	type#15241 isPasswordFieldProperty;
	type#15241 textSelectionProperty;
	type#15241 textEditionProperty;
	type#15241 placeholderTextProperty;
	type#15241 cursorIndexProperty;
	type#15241 cursorPositionProperty;
	type#15241 selectIndexProperty;
	type#15241 selectAllOnFocusProperty;
	type#15241 selectAllOnMouseUpProperty;
	type#15241 maxLengthProperty;
	type#15241 doubleClickSelectsWordProperty;
	type#15241 tripleClickSelectsLineProperty;
	type#15241 emojiFallbackSupportProperty;
	type#15241 isDelayedProperty;
	type#15241 maskCharProperty;
	type#15241 verticalScrollerVisibilityProperty;
	type#4290 s_SelectionColorProperty;
	type#4290 s_CursorColorProperty;
	type#26592 ussClassName;
	type#26592 labelUssClassName;
	type#26592 inputUssClassName;
	type#26590 multilineContainerClassName;
	type#26592 singleLineInputUssClassName;
	type#26592 multilineInputUssClassName;
	type#26592 placeholderUssClassName;
	type#26590 multilineInputWithScrollViewUssClassName;
	type#26592 textInputUssName;
	type#10520 m_TextInputBase;
	type#15315 m_UpdateTextFromValue;

	// Methods
	// RVA: -1
	internal type#28660 set_password(type#15313 value) { }
	// RVA: -1
	internal type#28660 set_readOnly(type#15313 value) { }
	// RVA: -1
	internal type#26576 get_placeholderText() { }
	// RVA: -1
	internal type#28660 set_placeholderText(type#26576 value) { }
	// RVA: -1
	internal type#15313 get_hidePlaceholderOnFocus() { }
	// RVA: -1
	internal type#28660 set_hidePlaceholderOnFocus(type#15313 value) { }
	// RVA: -1
	protected type#28660 .ctor(type#26576 label, type#20867 maxLength, type#15837 maskChar, type#10519 textInputBase) { }
	// RVA: -1
	protected internal type#10519 get_textInputBase() { }
	// RVA: -1
	public type#20573 get_textSelection() { }
	// RVA: -1
	public type#20569 get_textEdition() { }
	// RVA: -1
	protected type#3117 get_onIsReadOnlyChanged() { }
	// RVA: -1
	protected type#28660 set_onIsReadOnlyChanged(type#3117 value) { }
	// RVA: -1
	public type#15313 get_isReadOnly() { }
	// RVA: -1
	public type#28660 set_isReadOnly(type#15313 value) { }
	// RVA: -1
	public type#15313 get_isPasswordField() { }
	// RVA: -1
	public type#28660 set_isPasswordField(type#15313 value) { }
	// RVA: -1
	public type#15313 get_autoCorrection() { }
	// RVA: -1
	public type#28660 set_autoCorrection(type#15313 value) { }
	// RVA: -1
	public type#15313 get_hideMobileInput() { }
	// RVA: -1
	public type#28660 set_hideMobileInput(type#15313 value) { }
	// RVA: -1
	public type#27566 get_keyboardType() { }
	// RVA: -1
	public type#28660 set_keyboardType(type#27566 value) { }
	// RVA: -1
	public type#20867 get_maxLength() { }
	// RVA: -1
	public type#28660 set_maxLength(type#20867 value) { }
	// RVA: -1
	public virtual type#15313 get_isDelayed() { }
	// RVA: -1
	public type#28660 set_isDelayed(type#15313 value) { }
	// RVA: -1
	public type#15837 get_maskChar() { }
	// RVA: -1
	public type#28660 set_maskChar(type#15837 value) { }
	// RVA: -1
	public type#20867 get_cursorIndex() { }
	// RVA: -1
	public type#28660 set_cursorIndex(type#20867 value) { }
	// RVA: -1
	public type#28439 get_cursorPosition() { }
	// RVA: -1
	public type#20867 get_selectIndex() { }
	// RVA: -1
	public type#28660 set_selectIndex(type#20867 value) { }
	// RVA: -1
	public type#15313 get_selectAllOnFocus() { }
	// RVA: -1
	public type#28660 set_selectAllOnFocus(type#15313 value) { }
	// RVA: -1
	public type#15313 get_selectAllOnMouseUp() { }
	// RVA: -1
	public type#28660 set_selectAllOnMouseUp(type#15313 value) { }
	// RVA: -1
	public type#15313 get_doubleClickSelectsWord() { }
	// RVA: -1
	public type#28660 set_doubleClickSelectsWord(type#15313 value) { }
	// RVA: -1
	public type#15313 get_tripleClickSelectsLine() { }
	// RVA: -1
	public type#28660 set_tripleClickSelectsLine(type#15313 value) { }
	// RVA: -1
	public type#26576 get_text() { }
	// RVA: -1
	protected internal type#28660 set_text(type#26576 value) { }
	// RVA: -1
	public type#15313 get_emojiFallbackSupport() { }
	// RVA: -1
	public type#28660 set_emojiFallbackSupport(type#15313 value) { }
	// RVA: -1
	public type#25725 get_verticalScrollerVisibility() { }
	// RVA: -1
	public type#28660 set_verticalScrollerVisibility(type#25725 value) { }
	// RVA: -1
	protected virtual type#28660 HandleEventBubbleUp(type#17965 evt) { }
	// RVA: -1
	protected abstract type#26576 ValueToString(type#1375 value) { }
	// RVA: -1
	protected abstract type#1375 StringToValue(type#26576 str) { }
	// RVA: -1
	protected internal virtual type#15313 get_canSwitchToMixedValue() { }
	// RVA: -1
	protected virtual type#28660 UpdateMixedValueContent() { }
	// RVA: -1
	internal type#28660 OnPlaceholderChanged() { }
	// RVA: -1
	internal type#28660 UpdatePlaceholderClassList(type#4127 evt) { }
	// RVA: -1
	internal virtual type#28660 UpdateValueFromText() { }
	// RVA: -1
	internal virtual type#28660 UpdateTextFromValue() { }
	// RVA: -1
	private type#28660 OnFieldCustomStyleResolved(type#16689 e) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
