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)
778return _renderScope; 893passwordBox._renderScope?.InvalidateMeasure(); 944scrollViewer.Content = _renderScope; 955decorator.Child = _renderScope; // this may replace old render scope in case of upgrade scenario in TextBox 977FrameworkElement element = _renderScope; 1014if (_renderScope == null) 1020ITextView textview = TextEditor.GetTextView(_renderScope);