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 && //
484
TextPointerBase.IsAtWordBoundary(
_dragSourceTextRange
.Start, LogicalDirection.Forward) && //
485
TextPointerBase.IsAtWordBoundary(
_dragSourceTextRange
.End, LogicalDirection.Forward))
556
if (
_dragSourceTextRange
!= null &&
_dragSourceTextRange
.Start.TextContainer == selection.Start.TextContainer &&
585
_dragSourceTextRange
!= null &&
_dragSourceTextRange
.Start.TextContainer == selection.Start.TextContainer)
587
_dragSourceTextRange
.Text = String.Empty;