2 references to OnDragLeave
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditor.cs (1)
761
TextEditorDragDrop.
OnDragLeave
(_uiScope, e);
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (1)
69
EventManager.RegisterClassHandler(controlType, DragDrop.DragLeaveEvent, new DragEventHandler(
OnDragLeave
));