2 writes to _dragSourceTextRange
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (2)
194
_dragSourceTextRange
= new TextRange(selection.Start, selection.End);
285
_dragSourceTextRange
= null;
11 references to _dragSourceTextRange
PresentationFramework (11)
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (11)
267
_dragSourceTextRange
!= null &&
268
!
_dragSourceTextRange
.IsEmpty)
280
_dragSourceTextRange
.Text = String.Empty;
495
_dragSourceTextRange
!= null && //
496
TextPointerBase.IsAtWordBoundary(
_dragSourceTextRange
.Start, LogicalDirection.Forward) && //
497
TextPointerBase.IsAtWordBoundary(
_dragSourceTextRange
.End, LogicalDirection.Forward))
568
if (
_dragSourceTextRange
!= null &&
_dragSourceTextRange
.Start.TextContainer == selection.Start.TextContainer &&
597
_dragSourceTextRange
!= null &&
_dragSourceTextRange
.Start.TextContainer == selection.Start.TextContainer)
599
_dragSourceTextRange
.Text = String.Empty;