2 writes to _renderScope
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (2)
954
_renderScope
= renderScope;
983
_renderScope
= null;
8 references to _renderScope
PresentationFramework (8)
System\Windows\Controls\PasswordBox.cs (8)
794
return
_renderScope
;
909
if (passwordBox.
_renderScope
!= null)
911
passwordBox.
_renderScope
.InvalidateMeasure();
964
scrollViewer.Content =
_renderScope
;
976
decorator.Child =
_renderScope
; // this may replace old render scope in case of upgrade scenario in TextBox
998
FrameworkElement element =
_renderScope
;
1035
if (
_renderScope
== null)
1041
ITextView textview = TextEditor.GetTextView(
_renderScope
);