4 writes to _renderScope
PresentationFramework (4)
System\Windows\Controls\Primitives\TextBoxBase.cs (4)
1905_renderScope = renderScope; 1910_renderScope = null; 1924_renderScope = null; 1938_renderScope = null;
8 references to _renderScope
PresentationFramework (8)
System\Windows\Controls\Primitives\TextBoxBase.cs (8)
1738return _renderScope; 1808if (_renderScope == null) 1814ITextView textView = (ITextView)((IServiceProvider)_renderScope).GetService(typeof(ITextView)); 1835if ((tbv = _renderScope as TextBoxView) != null) 1839else if ((fdv = _renderScope as FlowDocumentView) != null) 1849Invariant.Assert(_renderScope == null, "_renderScope must be null here"); 1917scrollViewer.Content = _renderScope; // this may replace old render scope in case of upgrade scenario in TextBox 1931decorator.Child = _renderScope; // this may replace old render scope in case of upgrade scenario in TextBox