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)
810return _renderScope; 925if (passwordBox._renderScope != null) 927passwordBox._renderScope.InvalidateMeasure(); 980scrollViewer.Content = _renderScope; 992decorator.Child = _renderScope; // this may replace old render scope in case of upgrade scenario in TextBox 1014FrameworkElement element = _renderScope; 1051if (_renderScope == null) 1057ITextView textview = TextEditor.GetTextView(_renderScope);