4 references to TextEditor
PresentationFramework (4)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
994_textEditor = new TextEditor(Document.StructuralCache.TextContainer, this, false)
System\Windows\Controls\PasswordBox.cs (1)
871_textEditor = new TextEditor(_textContainer, this, true);
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1026_textEditor = new TextEditor(textContainer, this, false)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1493_textEditor = new TextEditor(_textContainer, this, true);