10 references to TextEditor
PresentationFramework (10)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (10)
306
if (
TextEditor
!= null &&
TextEditor
.Selection != null)
309
ITextPointer tp =
TextEditor
.Selection.Start;
943
if (
TextEditor
!= null)
945
return
TextEditor
.TextView;
1307
ITextRange textRange =
TextEditor
.Selection;
1914
if (r != Rect.Empty &&
TextEditor
!= null)
2588
ITextPointer tp =
TextEditor
.Selection.Start;
2607
return (
TextEditor
!= null &&
TextEditor
.Selection != null);