26 references to TextEditor
PresentationFramework (26)
System\Windows\Documents\TextStore.cs (26)
517this.TextEditor.SetText(range, filteredText, InputLanguageManager.Current.CurrentInputLanguage); 759this.TextEditor.SetSelectedText(filteredText, InputLanguageManager.Current.CurrentInputLanguage); 1249if (this.TextEditor.AcceptsRichContent && start.CompareTo(end) != 0) 1265this.TextEditor.MarkCultureProperty(range, InputLanguageManager.Current.CurrentInputLanguage); 1281this.TextEditor.SetText(range, unmergedText, InputLanguageManager.Current.CurrentInputLanguage); 1320this.TextEditor.CloseToolTip(); 1473if (TextEditor.AllowOvertype && TextEditor._OvertypeMode && TextSelection.IsEmpty) 1508this.TextEditor.SetText(TextSelection, filteredText, InputLanguageManager.Current.CurrentInputLanguage); 1950text = this.TextEditor._FilterText(composition.Text, range); 1960text = this.TextEditor._FilterText(composition.CompositionText, range, /*filterMaxLength:*/false); 1989this.TextEditor.SetText(range, text, InputLanguageManager.Current.CurrentInputLanguage); 2064if (this.TextEditor == null) 2067if (this.TextEditor.TextView == null) 2070return this.TextEditor.TextView.RenderScope; 2076get { return this.TextEditor.UiScope; } 2081get { return this.TextEditor.TextContainer; } 2086get { return TextEditor.TextView; } 2302TextEditor textEditor = this.TextEditor; 3261string newText = this.TextEditor._FilterText(text, charsToReplaceCount, /*filterMaxLength:*/false); 3616FrameworkTextComposition composition = CreateComposition(this.TextEditor, this); 3804if (!this.TextEditor.AcceptsRichContent && this.TextEditor.MaxLength > 0) 3809int extraCharsAllowed = Math.Max(0, this.TextEditor.MaxLength - currentLength); 4118get { return this.TextEditor.Selection; } 4125return ((bool)this.UiScope.GetValue(TextEditor.IsReadOnlyProperty) || TextEditor.IsReadOnly);