4 references to RenderScope
PresentationFramework (4)
System\Windows\Controls\PasswordBox.cs (4)
480
if (this.
RenderScope
!= null)
491
((TextBoxView)this.
RenderScope
).Remeasure();
496
((TextBoxView)this.
RenderScope
).Rerender();
1232
var textBoxView = passwordBox?.
RenderScope
as TextBoxView;