10 references to TextEditor
PresentationFramework (10)
MS\Internal\Documents\DocumentGrid.cs (10)
291
if (
TextEditor
!= null &&
TextEditor
.Selection != null)
294
ITextPointer tp =
TextEditor
.Selection.Start;
915
if (
TextEditor
!= null)
917
return
TextEditor
.TextView;
1274
ITextRange textRange =
TextEditor
.Selection;
1870
if (r != Rect.Empty &&
TextEditor
!= null)
2531
ITextPointer tp =
TextEditor
.Selection.Start;
2550
return (
TextEditor
!= null &&
TextEditor
.Selection != null);