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 && //
467
TextPointerBase.IsAtWordBoundary(
_dragSourceTextRange
.Start, LogicalDirection.Forward) && //
468
TextPointerBase.IsAtWordBoundary(
_dragSourceTextRange
.End, LogicalDirection.Forward))
539
if (
_dragSourceTextRange
!= null &&
_dragSourceTextRange
.Start.TextContainer == selection.Start.TextContainer &&
568
_dragSourceTextRange
!= null &&
_dragSourceTextRange
.Start.TextContainer == selection.Start.TextContainer)
570
_dragSourceTextRange
.Text = String.Empty;