1 write to _dragDropProcess
PresentationFramework (1)
System\windows\Documents\TextEditor.cs (1)
71_dragDropProcess = new TextEditorDragDrop._DragDropProcess(this);
7 references to _dragDropProcess
PresentationFramework (7)
System\windows\Documents\TextEditorDragDrop.cs (4)
797This._dragDropProcess.TargetOnDragEnter(e); 844This._dragDropProcess.TargetOnDragOver(e); 903This._dragDropProcess.TargetOnDrop(e); 919This._dragDropProcess.DeleteCaret();
System\windows\Documents\TextEditorMouse.cs (3)
93if (changedButton != MouseButton.Left || !This._dragDropProcess.SourceOnMouseLeftButtonDown(mouseDownPoint)) 357This._dragDropProcess.DoMouseLeftButtonUp(e); 499if (!This._dragDropProcess.SourceOnMouseMove(mouseMovePoint))