2 writes to _renderScope
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (2)
935
_renderScope
= renderScope;
962
_renderScope
= null;
7 references to _renderScope
PresentationFramework (7)
System\Windows\Controls\PasswordBox.cs (7)
778
return
_renderScope
;
893
passwordBox.
_renderScope
?.InvalidateMeasure();
944
scrollViewer.Content =
_renderScope
;
955
decorator.Child =
_renderScope
; // this may replace old render scope in case of upgrade scenario in TextBox
977
FrameworkElement element =
_renderScope
;
1014
if (
_renderScope
== null)
1020
ITextView textview = TextEditor.GetTextView(
_renderScope
);