1 write to _dragDropProcess
PresentationFramework (1)
src\Framework\System\windows\Documents\TextEditor.cs (1)
87
_dragDropProcess
= new TextEditorDragDrop._DragDropProcess(this);
7 references to _dragDropProcess
PresentationFramework (7)
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (4)
843
This.
_dragDropProcess
.TargetOnDragEnter(e);
890
This.
_dragDropProcess
.TargetOnDragOver(e);
950
This.
_dragDropProcess
.TargetOnDrop(e);
966
This.
_dragDropProcess
.DeleteCaret();
src\Framework\System\windows\Documents\TextEditorMouse.cs (3)
110
if (changedButton != MouseButton.Left || !This.
_dragDropProcess
.SourceOnMouseLeftButtonDown(mouseDownPoint))
377
This.
_dragDropProcess
.DoMouseLeftButtonUp(e);
519
if (!This.
_dragDropProcess
.SourceOnMouseMove(mouseMovePoint))