9 references to TextEditorDragDrop
PresentationFramework (9)
src\Framework\System\windows\Documents\TextEditor.cs (9)
87
_dragDropProcess = new
TextEditorDragDrop
._DragDropProcess(this);
378
TextEditorDragDrop
._RegisterClassHandlers(controlType, readOnly, registerEventListeners);
741
TextEditorDragDrop
.OnQueryContinueDrag(_uiScope, e);
746
TextEditorDragDrop
.OnGiveFeedback(_uiScope, e);
751
TextEditorDragDrop
.OnDragEnter(_uiScope, e);
756
TextEditorDragDrop
.OnDragOver(_uiScope, e);
761
TextEditorDragDrop
.OnDragLeave(_uiScope, e);
766
TextEditorDragDrop
.OnDrop(_uiScope, e);
2086
internal
TextEditorDragDrop
._DragDropProcess _dragDropProcess;