10 references to TextEditor
PresentationFramework (10)
MS\Internal\Documents\DocumentGrid.cs (10)
292
if (
TextEditor
!= null &&
TextEditor
.Selection != null)
295
ITextPointer tp =
TextEditor
.Selection.Start;
916
if (
TextEditor
!= null)
918
return
TextEditor
.TextView;
1275
ITextRange textRange =
TextEditor
.Selection;
1871
if (r != Rect.Empty &&
TextEditor
!= null)
2544
ITextPointer tp =
TextEditor
.Selection.Start;
2563
return (
TextEditor
!= null &&
TextEditor
.Selection != null);