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