4 references to RenderScope
PresentationFramework (4)
src\Framework\System\Windows\Controls\PasswordBox.cs (4)
504if (this.RenderScope != null) 515((TextBoxView)this.RenderScope).Remeasure(); 520((TextBoxView)this.RenderScope).Rerender(); 1274var textBoxView = passwordBox?.RenderScope as TextBoxView;