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