4 writes to _renderScope
PresentationFramework (4)
System\Windows\Controls\Primitives\TextBoxBase.cs (4)
1899_renderScope = renderScope; 1904_renderScope = null; 1918_renderScope = null; 1932_renderScope = null;
8 references to _renderScope
PresentationFramework (8)
System\Windows\Controls\Primitives\TextBoxBase.cs (8)
1735return _renderScope; 1805if (_renderScope == null) 1811ITextView textView = (ITextView)((IServiceProvider)_renderScope).GetService(typeof(ITextView)); 1829if ((tbv = _renderScope as TextBoxView) != null) 1833else if ((fdv = _renderScope as FlowDocumentView) != null) 1843Invariant.Assert(_renderScope == null, "_renderScope must be null here"); 1911scrollViewer.Content = _renderScope; // this may replace old render scope in case of upgrade scenario in TextBox 1925decorator.Child = _renderScope; // this may replace old render scope in case of upgrade scenario in TextBox