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