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

namespace UnityEngine.UIElements
{
public class EventDispatchUtilities // TypeDefIndex: 5500
{

	// Methods
	// RVA: -1
	private static type#28660 PropagateEvent(type#17965 evt, type#15058 panel, type#28615 target, type#15313 isCapturingTarget) { }
	// RVA: -1
	public static type#28660 HandleEventAtTargetAndDefaultPhase(type#17965 evt, type#15058 panel, type#28615 target) { }
	// RVA: -1
	private static type#28660 HandleEventAcrossPropagationPath(type#17965 evt, type#15058 panel, type#28615 target, type#15313 isCapturingTarget) { }
	// RVA: -1
	private static type#28660 HandleEventAcrossPropagationPathWithCompatibilityEvent(type#17965 evt, type#17965 compatibilityEvt, type#15058 panel, type#28615 target, type#15313 isCapturingTarget) { }
	// RVA: -1
	private static type#28660 HandleEvent_DefaultActionAtTarget(type#17965 evt, type#15058 panel, type#28615 element, type#15313 disabled) { }
	// RVA: -1
	private static type#28660 HandleEvent_DefaultAction(type#17965 evt, type#15058 panel, type#28615 element, type#15313 disabled) { }
	// RVA: -1
	private static type#28660 HandleEvent_TrickleDownCallbacks(type#17965 evt, type#15058 panel, type#28615 element) { }
	// RVA: -1
	private static type#28660 HandleEvent_BubbleUpCallbacks(type#17965 evt, type#15058 panel, type#28615 element) { }
	// RVA: -1
	private static type#28660 HandleEvent_TrickleDownHandleEvent(type#17965 evt, type#15058 panel, type#28615 element, type#15313 disabled) { }
	// RVA: -1
	private static type#28660 HandleEvent_BubbleUpHandleEvent(type#17965 evt, type#15058 panel, type#28615 element, type#15313 disabled) { }
	// RVA: -1
	private static type#28660 HandleEvent_BubbleUpAllDefaultActions(type#17965 evt, type#15058 panel, type#28615 element, type#15313 disabled, type#15313 isCapturingTarget) { }
	// RVA: -1
	private static type#15313 Disabled(type#17965 evt, type#28615 target) { }
	// RVA: -1
	public static type#28660 DispatchToFocusedElementOrPanelRoot(type#17965 evt, type#15058 panel) { }
	// RVA: -1
	public static type#28660 DispatchToElementUnderPointerOrPanelRoot(type#17965 evt, type#15058 panel, type#20867 pointerId, type#28439 position) { }
	// RVA: -1
	public static type#28660 DispatchToCachedElementUnderPointerOrPanelRoot(type#17965 evt, type#15058 panel, type#20867 pointerId, type#28439 position) { }
	// RVA: -1
	public static type#28660 DispatchToAssignedTarget(type#17965 evt, type#15058 panel) { }
	// RVA: -1
	public static type#28660 DefaultDispatch(type#17965 evt, type#15058 panel) { }
	// RVA: -1
	public static type#28660 DispatchToCapturingElementOrElementUnderPointer(type#17965 evt, type#15058 panel, type#20867 pointerId, type#28439 position) { }
	// RVA: -1
	private static type#15313 DispatchToCapturingElement(type#17965 evt, type#15058 panel, type#20867 pointerId, type#28439 position) { }
	// RVA: -1
	internal static type#28660 DispatchToPanelRoot(type#17965 evt, type#15058 panel) { }
	// RVA: -1
	internal static type#28660 PropagateToRemainingIMGUIContainers(type#17965 evt, type#28615 root) { }
	// RVA: -1
	private static type#28660 PropagateToRemainingIMGUIContainerRecursive(type#17965 evt, type#28615 root) { }
}
}
