1 write to _dragDropProcess
PresentationFramework (1)
System\windows\Documents\TextEditor.cs (1)
83
_dragDropProcess
= new TextEditorDragDrop._DragDropProcess(this);
7 references to _dragDropProcess
PresentationFramework (7)
System\windows\Documents\TextEditorDragDrop.cs (4)
815
This.
_dragDropProcess
.TargetOnDragEnter(e);
862
This.
_dragDropProcess
.TargetOnDragOver(e);
921
This.
_dragDropProcess
.TargetOnDrop(e);
937
This.
_dragDropProcess
.DeleteCaret();
System\windows\Documents\TextEditorMouse.cs (3)
108
if (changedButton != MouseButton.Left || !This.
_dragDropProcess
.SourceOnMouseLeftButtonDown(mouseDownPoint))
375
This.
_dragDropProcess
.DoMouseLeftButtonUp(e);
517
if (!This.
_dragDropProcess
.SourceOnMouseMove(mouseMovePoint))