2 writes to _renderScope
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (2)
939
_renderScope
= renderScope;
966
_renderScope
= null;
8 references to _renderScope
PresentationFramework (8)
System\Windows\Controls\PasswordBox.cs (8)
779
return
_renderScope
;
894
if (passwordBox.
_renderScope
!= null)
896
passwordBox.
_renderScope
.InvalidateMeasure();
948
scrollViewer.Content =
_renderScope
;
959
decorator.Child =
_renderScope
; // this may replace old render scope in case of upgrade scenario in TextBox
981
FrameworkElement element =
_renderScope
;
1018
if (
_renderScope
== null)
1024
ITextView textview = TextEditor.GetTextView(
_renderScope
);