2 writes to _renderScope
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (2)
954_renderScope = renderScope; 983_renderScope = null;
8 references to _renderScope
PresentationFramework (8)
System\Windows\Controls\PasswordBox.cs (8)
794return _renderScope; 909if (passwordBox._renderScope != null) 911passwordBox._renderScope.InvalidateMeasure(); 964scrollViewer.Content = _renderScope; 976decorator.Child = _renderScope; // this may replace old render scope in case of upgrade scenario in TextBox 998FrameworkElement element = _renderScope; 1035if (_renderScope == null) 1041ITextView textview = TextEditor.GetTextView(_renderScope);