4 writes to _renderScope
PresentationFramework (4)
System\Windows\Controls\Primitives\TextBoxBase.cs (4)
1893_renderScope = renderScope; 1898_renderScope = null; 1912_renderScope = null; 1926_renderScope = null;
8 references to _renderScope
PresentationFramework (8)
System\Windows\Controls\Primitives\TextBoxBase.cs (8)
1735return _renderScope; 1802if (_renderScope == null) 1808ITextView textView = (ITextView)((IServiceProvider)_renderScope).GetService(typeof(ITextView)); 1826if ((tbv = _renderScope as TextBoxView) != null) 1830else if ((fdv = _renderScope as FlowDocumentView) != null) 1837Invariant.Assert(_renderScope == null, "_renderScope must be null here"); 1905scrollViewer.Content = _renderScope; // this may replace old render scope in case of upgrade scenario in TextBox 1919decorator.Child = _renderScope; // this may replace old render scope in case of upgrade scenario in TextBox