2 writes to TextEditorRenderScope
PresentationFramework (2)
System\Windows\Controls\DocumentViewer.cs (1)
2081TextEditorRenderScope = fe;
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
449this.TextEditorRenderScope = (adornerDecorator != null) ? (adornerDecorator.Child as FrameworkElement) : null;
2 references to TextEditorRenderScope
PresentationFramework (2)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1039if (textContainer != null && this.TextEditorRenderScope != null && textContainer.TextSelection == null) 1041_textView = new MultiPageTextView(this, this.TextEditorRenderScope, textContainer);