4 writes to _renderScope
PresentationFramework (4)
System\Windows\Controls\Primitives\TextBoxBase.cs (4)
1973_renderScope = renderScope; 1980_renderScope = null; 1995_renderScope = null; 2009_renderScope = null;
8 references to _renderScope
PresentationFramework (8)
System\Windows\Controls\Primitives\TextBoxBase.cs (8)
1803return _renderScope; 1876if (_renderScope == null) 1882ITextView textView = (ITextView)((IServiceProvider)_renderScope).GetService(typeof(ITextView)); 1903if ((tbv = _renderScope as TextBoxView) != null) 1907else if ((fdv = _renderScope as FlowDocumentView) != null) 1917Invariant.Assert(_renderScope == null, "_renderScope must be null here"); 1987scrollViewer.Content = _renderScope; // this may replace old render scope in case of upgrade scenario in TextBox 2002decorator.Child = _renderScope; // this may replace old render scope in case of upgrade scenario in TextBox