2 writes to _renderScope
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (2)
936
_renderScope
= renderScope;
963
_renderScope
= null;
7 references to _renderScope
PresentationFramework (7)
System\Windows\Controls\PasswordBox.cs (7)
779
return
_renderScope
;
894
passwordBox.
_renderScope
?.InvalidateMeasure();
945
scrollViewer.Content =
_renderScope
;
956
decorator.Child =
_renderScope
; // this may replace old render scope in case of upgrade scenario in TextBox
978
FrameworkElement element =
_renderScope
;
1015
if (
_renderScope
== null)
1021
ITextView textview = TextEditor.GetTextView(
_renderScope
);