2 writes to _textEditor
PresentationFramework (2)
System\windows\Documents\TextSelection.cs (2)
50
_textEditor
= textEditor;
735
_textEditor
= null;
23 references to _textEditor
PresentationFramework (23)
System\windows\Documents\TextSelection.cs (23)
152
if (!this.IsEmpty &&
_textEditor
.AcceptsRichContent)
344
_textEditor
.IsContextMenuOpen))// or UiScope has a context menu open
774
RefreshCaret(
_textEditor
,
_textEditor
.Selection);
908
bool disableWordExpansion =
_textEditor
.AutoWordSelection == false || ((Keyboard.Modifiers & ModifierKeys.Shift) != 0 && (Keyboard.Modifiers & ModifierKeys.Control) != 0);
1603
if (
_textEditor
.TextView != null &&
_textEditor
.TextView.IsValid)
1960
if (!
_textEditor
.IsReadOnly && ShouldSelectEmbeddedObject(cursorPosition, cursorMousePoint, objectEdgeRect))
2075
if (
_textEditor
== null)
2108
if (
_textEditor
.TextView == null || !
_textEditor
.TextView.IsValid)
2128
bool caretVisible = this.IsEmpty && (!
_textEditor
.IsReadOnly ||
_textEditor
.IsReadOnlyCaretVisible);
2138
italic = (
_textEditor
.AcceptsRichContent && fontStylePropertyValue != DependencyProperty.UnsetValue && (FontStyle)fontStylePropertyValue == FontStyles.Italic);
2149
Brush caretBrush = GetCaretBrush(
_textEditor
);
2152
double scrollToOriginPosition = CalculateScrollToOriginPosition(
_textEditor
, caretPosition, caretRectangle.X);
2425
_caretElement = new CaretElement(
_textEditor
, isBlinkEnabled);
2462
while (element !=
_textEditor
.UiScope && element != null)
2626
return
_textEditor
;
2634
return
_textEditor
.TextView;
2650
return
_textEditor
.TextStore;
2658
return
_textEditor
.ImmComposition;
2667
return
_textEditor
.UiScope;