10 references to TextEditor
PresentationFramework (10)
MS\Internal\Documents\DocumentGrid.cs (10)
299
if (
TextEditor
!= null &&
TextEditor
.Selection != null)
302
ITextPointer tp =
TextEditor
.Selection.Start;
923
if (
TextEditor
!= null)
925
return
TextEditor
.TextView;
1282
ITextRange textRange =
TextEditor
.Selection;
1875
if (r != Rect.Empty &&
TextEditor
!= null)
2546
ITextPointer tp =
TextEditor
.Selection.Start;
2565
return (
TextEditor
!= null &&
TextEditor
.Selection != null);