2 writes to _renderScope
PresentationFramework (2)
src\Framework\System\Windows\Controls\PasswordBox.cs (2)
970
_renderScope
= renderScope;
999
_renderScope
= null;
8 references to _renderScope
PresentationFramework (8)
src\Framework\System\Windows\Controls\PasswordBox.cs (8)
810
return
_renderScope
;
925
if (passwordBox.
_renderScope
!= null)
927
passwordBox.
_renderScope
.InvalidateMeasure();
980
scrollViewer.Content =
_renderScope
;
992
decorator.Child =
_renderScope
; // this may replace old render scope in case of upgrade scenario in TextBox
1014
FrameworkElement element =
_renderScope
;
1051
if (
_renderScope
== null)
1057
ITextView textview = TextEditor.GetTextView(
_renderScope
);