2 writes to _dragSourceTextRange
PresentationFramework (2)
System\windows\Documents\TextEditorDragDrop.cs (2)
165_dragSourceTextRange = new TextRange(selection.Start, selection.End); 255_dragSourceTextRange = null;
11 references to _dragSourceTextRange
PresentationFramework (11)
System\windows\Documents\TextEditorDragDrop.cs (11)
237_dragSourceTextRange != null && 238!_dragSourceTextRange.IsEmpty) 250_dragSourceTextRange.Text = String.Empty; 465_dragSourceTextRange != null && // 466TextPointerBase.IsAtWordBoundary(_dragSourceTextRange.Start, LogicalDirection.Forward) && // 467TextPointerBase.IsAtWordBoundary(_dragSourceTextRange.End, LogicalDirection.Forward)) 538if (_dragSourceTextRange != null && _dragSourceTextRange.Start.TextContainer == selection.Start.TextContainer && 567_dragSourceTextRange != null && _dragSourceTextRange.Start.TextContainer == selection.Start.TextContainer) 569_dragSourceTextRange.Text = String.Empty;