2 writes to TextEditorRenderScope
PresentationFramework (2)
src\Framework\System\Windows\Controls\DocumentViewer.cs (1)
2126TextEditorRenderScope = fe;
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
458this.TextEditorRenderScope = (adornerDecorator != null) ? (adornerDecorator.Child as FrameworkElement) : null;
2 references to TextEditorRenderScope
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1051if (textContainer != null && this.TextEditorRenderScope != null && textContainer.TextSelection == null) 1053_textView = new MultiPageTextView(this, this.TextEditorRenderScope, textContainer);