4 references to TextEditor
PresentationFramework (4)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1003_textEditor = new TextEditor(Document.StructuralCache.TextContainer, this, false);
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
902_textEditor = new TextEditor(_textContainer, this, true);
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1054_textEditor = new TextEditor(textContainer, this, false);
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1526_textEditor = new TextEditor(_textContainer, this, true);