5 references to _FilterText
PresentationFramework (5)
System\Windows\Documents\ImmComposition.cs (1)
1120text = this._editor._FilterText(composition.Text, range);
System\windows\Documents\TextEditorCopyPaste.cs (1)
949pastedText = This._FilterText(pastedText, This.Selection);
System\windows\Documents\TextEditorTyping.cs (2)
1153string filteredText = This._FilterText(Environment.NewLine, This.Selection); 1546string filteredText = This._FilterText(textData, This.Selection);
System\Windows\Documents\TextStore.cs (1)
1971text = this.TextEditor._FilterText(composition.Text, range);