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)
779return _renderScope; 894passwordBox._renderScope?.InvalidateMeasure(); 945scrollViewer.Content = _renderScope; 956decorator.Child = _renderScope; // this may replace old render scope in case of upgrade scenario in TextBox 978FrameworkElement element = _renderScope; 1015if (_renderScope == null) 1021ITextView textview = TextEditor.GetTextView(_renderScope);