// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.BaseTreeView

namespace UnityEngine.UIElements
{
public class BaseTreeView // TypeDefIndex: 5158
{
	// Fields
	type#15241 autoExpandProperty;
	type#4295 s_TreeViewIndentProperty;
	type#20882 invalidId;
	type#26592 ussClassName;
	type#26592 itemUssClassName;
	type#26592 itemToggleUssClassName;
	type#26592 itemIndentsContainerUssClassName;
	type#26592 itemIndentUssClassName;
	type#26592 itemContentContainerUssClassName;
	type#3374 itemExpandedChanged;
	type#15314 m_AutoExpand;
	type#8700 m_ExpandedItemIds;
	type#9711 <customIdent>k__BackingField;

	// Methods
	// RVA: -1
	public type#20229 get_itemsSource() { }
	// RVA: -1
	internal type#28660 set_itemsSource(type#20229 value) { }
	// RVA: -1
	public type#15043 get_viewController() { }
	// RVA: -1
	protected internal virtual type#28660 CreateVirtualizationController() { }
	// RVA: -1
	public virtual type#28660 SetViewController(type#16038 controller) { }
	// RVA: -1
	private type#28660 OnItemIndexChanged(type#20867 srcIndex, type#20867 dstIndex) { }
	// RVA: -1
	private type#28660 OnItemExpandedChanged(type#27641 arg) { }
	// RVA: -1
	internal virtual type#19913 CreateDragAndDropController() { }
	// RVA: -1
	public type#15313 get_autoExpand() { }
	// RVA: -1
	public type#28660 set_autoExpand(type#15313 value) { }
	// RVA: -1
	internal type#8699 get_expandedItemIds() { }
	// RVA: -1
	internal type#28660 set_expandedItemIds(type#8699 value) { }
	// RVA: -1
	internal type#9710 get_customIdent() { }
	// RVA: -1
	private type#28660 set_customIdent(type#9710 value) { }
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#20867 itemHeight) { }
	// RVA: -1
	private type#28660 OnCustomStyleResolved(type#16689 evt) { }
	// RVA: -1
	internal virtual type#28660 OnViewDataReady() { }
	// RVA: -1
	protected internal virtual type#15313 HandleItemNavigation(type#15313 moveIn, type#15313 altPressed) { }
	// RVA: -1
	public type#28660 SetSelectionById(type#20867 id) { }
	// RVA: -1
	public type#28660 SetSelectionById(type#6684 ids) { }
	// RVA: -1
	internal type#28660 SetSelectionInternalById(type#6684 ids, type#15313 sendNotification) { }
	// RVA: -1
	private type#20867 GetItemIndex(type#20867 id, type#15335 expand) { }
	// RVA: -1
	public type#15313 IsExpanded(type#20867 id) { }
	// RVA: -1
	public type#28660 CollapseItem(type#20867 id, type#15335 collapseAllChildren, type#15335 refresh) { }
	// RVA: -1
	public type#28660 ExpandItem(type#20867 id, type#15335 expandAllChildren, type#15335 refresh) { }
	// RVA: -1
	private type#15313 IsExpandedByIndex(type#20867 index) { }
	// RVA: -1
	private type#28660 CollapseItemByIndex(type#20867 index, type#15313 collapseAll) { }
	// RVA: -1
	private type#28660 ExpandItemByIndex(type#20867 index, type#15313 expandAll) { }
	// RVA: -1
	private static type#28660 .cctor() { }
	// RVA: -1
	private type#20867 <SetSelectionInternalById>b__60_0(type#20867 id) { }
}
}
