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