// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.Internal.ColumnResizer

namespace UnityEngine.UIElements.Internal
{
public class ColumnResizer // TypeDefIndex: 6563
{
	// Fields
	type#28440 m_Start;
	type#15316 m_Active;
	type#15314 m_Resizing;
	type#22994 m_Header;
	type#16145 m_Column;
	type#28616 m_PreviewElement;
	type#16150 <columnLayout>k__BackingField;
	type#15314 <preview>k__BackingField;

	// Methods
	// RVA: -1
	public type#16149 get_columnLayout() { }
	// RVA: -1
	public type#28660 set_columnLayout(type#16149 value) { }
	// RVA: -1
	public type#15313 get_preview() { }
	// RVA: -1
	public type#28660 set_preview(type#15313 value) { }
	// RVA: -1
	public type#28660 .ctor(type#16144 column) { }
	// RVA: -1
	protected virtual type#28660 RegisterCallbacksOnTarget() { }
	// RVA: -1
	protected virtual type#28660 UnregisterCallbacksFromTarget() { }
	// RVA: -1
	private type#28660 OnKeyDown(type#21562 e) { }
	// RVA: -1
	private type#28660 OnPointerDown(type#24503 e) { }
	// RVA: -1
	private type#28660 OnPointerMove(type#24521 e) { }
	// RVA: -1
	private type#28660 OnPointerUp(type#24534 e) { }
	// RVA: -1
	private type#28660 BeginDragResize(type#26059 pos) { }
	// RVA: -1
	private type#28660 DragResize(type#26059 pos) { }
	// RVA: -1
	private type#28660 UpdatePreviewPosition() { }
	// RVA: -1
	private type#28660 EndDragResize(type#26059 pos, type#15313 cancelled) { }
}
}
