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)
1735
return
_renderScope
;
1805
if (
_renderScope
== null)
1811
ITextView textView = (ITextView)((IServiceProvider)
_renderScope
).GetService(typeof(ITextView));
1829
if ((tbv =
_renderScope
as TextBoxView) != null)
1833
else if ((fdv =
_renderScope
as FlowDocumentView) != null)
1843
Invariant.Assert(
_renderScope
== null, "_renderScope must be null here");
1911
scrollViewer.Content =
_renderScope
; // this may replace old render scope in case of upgrade scenario in TextBox
1925
decorator.Child =
_renderScope
; // this may replace old render scope in case of upgrade scenario in TextBox