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