2 writes to _dragSourceTextRange
PresentationFramework (2)
System\windows\Documents\TextEditorDragDrop.cs (2)
166_dragSourceTextRange = new TextRange(selection.Start, selection.End); 256_dragSourceTextRange = null;
11 references to _dragSourceTextRange
PresentationFramework (11)
System\windows\Documents\TextEditorDragDrop.cs (11)
238_dragSourceTextRange != null && 239!_dragSourceTextRange.IsEmpty) 251_dragSourceTextRange.Text = String.Empty; 466_dragSourceTextRange != null && // 467TextPointerBase.IsAtWordBoundary(_dragSourceTextRange.Start, LogicalDirection.Forward) && // 468TextPointerBase.IsAtWordBoundary(_dragSourceTextRange.End, LogicalDirection.Forward)) 539if (_dragSourceTextRange != null && _dragSourceTextRange.Start.TextContainer == selection.Start.TextContainer && 568_dragSourceTextRange != null && _dragSourceTextRange.Start.TextContainer == selection.Start.TextContainer) 570_dragSourceTextRange.Text = String.Empty;