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)
1843
return
_renderScope
;
1916
if (
_renderScope
== null)
1922
ITextView textView = (ITextView)((IServiceProvider)
_renderScope
).GetService(typeof(ITextView));
1943
if ((tbv =
_renderScope
as TextBoxView) != null)
1947
else if ((fdv =
_renderScope
as FlowDocumentView) != null)
1957
Invariant.Assert(
_renderScope
== null, "_renderScope must be null here");
2027
scrollViewer.Content =
_renderScope
; // this may replace old render scope in case of upgrade scenario in TextBox
2042
decorator.Child =
_renderScope
; // this may replace old render scope in case of upgrade scenario in TextBox