2 writes to _textEditor
PresentationFramework (2)
System\windows\Documents\TextSelection.cs (2)
47
_textEditor
= textEditor;
732
_textEditor
= null;
23 references to _textEditor
PresentationFramework (23)
System\windows\Documents\TextSelection.cs (23)
149
if (!this.IsEmpty &&
_textEditor
.AcceptsRichContent)
341
_textEditor
.IsContextMenuOpen))// or UiScope has a context menu open
771
RefreshCaret(
_textEditor
,
_textEditor
.Selection);
905
bool disableWordExpansion =
_textEditor
.AutoWordSelection == false || ((Keyboard.Modifiers & ModifierKeys.Shift) != 0 && (Keyboard.Modifiers & ModifierKeys.Control) != 0);
1600
if (
_textEditor
.TextView != null &&
_textEditor
.TextView.IsValid)
1957
if (!
_textEditor
.IsReadOnly && ShouldSelectEmbeddedObject(cursorPosition, cursorMousePoint, objectEdgeRect))
2072
if (
_textEditor
== null)
2105
if (
_textEditor
.TextView == null || !
_textEditor
.TextView.IsValid)
2125
bool caretVisible = this.IsEmpty && (!
_textEditor
.IsReadOnly ||
_textEditor
.IsReadOnlyCaretVisible);
2135
italic = (
_textEditor
.AcceptsRichContent && fontStylePropertyValue != DependencyProperty.UnsetValue && (FontStyle)fontStylePropertyValue == FontStyles.Italic);
2146
Brush caretBrush = GetCaretBrush(
_textEditor
);
2149
double scrollToOriginPosition = CalculateScrollToOriginPosition(
_textEditor
, caretPosition, caretRectangle.X);
2422
_caretElement = new CaretElement(
_textEditor
, isBlinkEnabled);
2459
while (element !=
_textEditor
.UiScope && element != null)
2623
return
_textEditor
;
2631
return
_textEditor
.TextView;
2647
return
_textEditor
.TextStore;
2655
return
_textEditor
.ImmComposition;
2664
return
_textEditor
.UiScope;