4 writes to _renderScope
PresentationFramework (4)
System\Windows\Controls\Primitives\TextBoxBase.cs (4)
1982_renderScope = renderScope; 1989_renderScope = null; 2004_renderScope = null; 2018_renderScope = null;
8 references to _renderScope
PresentationFramework (8)
System\Windows\Controls\Primitives\TextBoxBase.cs (8)
1812return _renderScope; 1885if (_renderScope == null) 1891ITextView textView = (ITextView)((IServiceProvider)_renderScope).GetService(typeof(ITextView)); 1912if ((tbv = _renderScope as TextBoxView) != null) 1916else if ((fdv = _renderScope as FlowDocumentView) != null) 1926Invariant.Assert(_renderScope == null, "_renderScope must be null here"); 1996scrollViewer.Content = _renderScope; // this may replace old render scope in case of upgrade scenario in TextBox 2011decorator.Child = _renderScope; // this may replace old render scope in case of upgrade scenario in TextBox