How can I override treeView drag and drop behavious in 2022.3 version?

Hi, I am using Unity 2022.3.53, I’ve been working on TreeView these days.
Recently when I try to handle drag and drop performance. I found out that all methods like

canStartDrag
dragAndDropUpdate
setupDragAndDrop

are internal.

How can I do this?