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)
779return _renderScope; 894if (passwordBox._renderScope != null) 896passwordBox._renderScope.InvalidateMeasure(); 948scrollViewer.Content = _renderScope; 959decorator.Child = _renderScope; // this may replace old render scope in case of upgrade scenario in TextBox 981FrameworkElement element = _renderScope; 1018if (_renderScope == null) 1024ITextView textview = TextEditor.GetTextView(_renderScope);