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;
912
if (
TextEditor
!= null)
914
return
TextEditor
.TextView;
1271
ITextRange textRange =
TextEditor
.Selection;
1867
if (r != Rect.Empty &&
TextEditor
!= null)
2528
ITextPointer tp =
TextEditor
.Selection.Start;
2547
return (
TextEditor
!= null &&
TextEditor
.Selection != null);