26 references to TextEditor
PresentationFramework (26)
System\Windows\Documents\TextStore.cs (26)
518this.TextEditor.SetText(range, filteredText, InputLanguageManager.Current.CurrentInputLanguage); 760this.TextEditor.SetSelectedText(filteredText, InputLanguageManager.Current.CurrentInputLanguage); 1253if (this.TextEditor.AcceptsRichContent && start.CompareTo(end) != 0) 1269this.TextEditor.MarkCultureProperty(range, InputLanguageManager.Current.CurrentInputLanguage); 1285this.TextEditor.SetText(range, unmergedText, InputLanguageManager.Current.CurrentInputLanguage); 1324this.TextEditor.CloseToolTip(); 1480if (TextEditor.AllowOvertype && TextEditor._OvertypeMode && TextSelection.IsEmpty) 1515this.TextEditor.SetText(TextSelection, filteredText, InputLanguageManager.Current.CurrentInputLanguage); 1960text = this.TextEditor._FilterText(composition.Text, range); 1970text = this.TextEditor._FilterText(composition.CompositionText, range, /*filterMaxLength:*/false); 2002this.TextEditor.SetText(range, text, InputLanguageManager.Current.CurrentInputLanguage); 2077if (this.TextEditor == null) 2080if (this.TextEditor.TextView == null) 2083return this.TextEditor.TextView.RenderScope; 2089get { return this.TextEditor.UiScope; } 2094get { return this.TextEditor.TextContainer; } 2099get { return TextEditor.TextView; } 2315TextEditor textEditor = this.TextEditor; 3275string newText = this.TextEditor._FilterText(text, charsToReplaceCount, /*filterMaxLength:*/false); 3633FrameworkTextComposition composition = CreateComposition(this.TextEditor, this); 3821if (!this.TextEditor.AcceptsRichContent && this.TextEditor.MaxLength > 0) 3826int extraCharsAllowed = Math.Max(0, this.TextEditor.MaxLength - currentLength); 4135get { return this.TextEditor.Selection; } 4142return ((bool)this.UiScope.GetValue(TextEditor.IsReadOnlyProperty) || TextEditor.IsReadOnly);