2 writes to _dragSourceTextRange
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (2)
194_dragSourceTextRange = new TextRange(selection.Start, selection.End); 285_dragSourceTextRange = null;
11 references to _dragSourceTextRange
PresentationFramework (11)
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (11)
267_dragSourceTextRange != null && 268!_dragSourceTextRange.IsEmpty) 280_dragSourceTextRange.Text = String.Empty; 495_dragSourceTextRange != null && // 496TextPointerBase.IsAtWordBoundary(_dragSourceTextRange.Start, LogicalDirection.Forward) && // 497TextPointerBase.IsAtWordBoundary(_dragSourceTextRange.End, LogicalDirection.Forward)) 568if (_dragSourceTextRange != null && _dragSourceTextRange.Start.TextContainer == selection.Start.TextContainer && 597_dragSourceTextRange != null && _dragSourceTextRange.Start.TextContainer == selection.Start.TextContainer) 599_dragSourceTextRange.Text = String.Empty;