4 references to RenderScope
PresentationFramework (4)
System\Windows\Controls\PasswordBox.cs (4)
473
if (this.
RenderScope
!= null)
484
((TextBoxView)this.
RenderScope
).Remeasure();
489
((TextBoxView)this.
RenderScope
).Rerender();
1214
var textBoxView = passwordBox?.
RenderScope
as TextBoxView;