2 writes to _dragSourceTextRange
PresentationFramework (2)
System\windows\Documents\TextEditorDragDrop.cs (2)
183_dragSourceTextRange = new TextRange(selection.Start, selection.End); 273_dragSourceTextRange = null;
11 references to _dragSourceTextRange
PresentationFramework (11)
System\windows\Documents\TextEditorDragDrop.cs (11)
255_dragSourceTextRange != null && 256!_dragSourceTextRange.IsEmpty) 268_dragSourceTextRange.Text = String.Empty; 483_dragSourceTextRange != null && // 484TextPointerBase.IsAtWordBoundary(_dragSourceTextRange.Start, LogicalDirection.Forward) && // 485TextPointerBase.IsAtWordBoundary(_dragSourceTextRange.End, LogicalDirection.Forward)) 556if (_dragSourceTextRange != null && _dragSourceTextRange.Start.TextContainer == selection.Start.TextContainer && 585_dragSourceTextRange != null && _dragSourceTextRange.Start.TextContainer == selection.Start.TextContainer) 587_dragSourceTextRange.Text = String.Empty;