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