4 writes to _renderScope
PresentationFramework (4)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (4)
2013_renderScope = renderScope; 2020_renderScope = null; 2035_renderScope = null; 2049_renderScope = null;
8 references to _renderScope
PresentationFramework (8)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (8)
1843return _renderScope; 1916if (_renderScope == null) 1922ITextView textView = (ITextView)((IServiceProvider)_renderScope).GetService(typeof(ITextView)); 1943if ((tbv = _renderScope as TextBoxView) != null) 1947else if ((fdv = _renderScope as FlowDocumentView) != null) 1957Invariant.Assert(_renderScope == null, "_renderScope must be null here"); 2027scrollViewer.Content = _renderScope; // this may replace old render scope in case of upgrade scenario in TextBox 2042decorator.Child = _renderScope; // this may replace old render scope in case of upgrade scenario in TextBox