4 references to RenderScope
PresentationFramework (4)
System\Windows\Controls\PasswordBox.cs (4)
472
if (this.
RenderScope
!= null)
483
((TextBoxView)this.
RenderScope
).Remeasure();
488
((TextBoxView)this.
RenderScope
).Rerender();
1213
var textBoxView = passwordBox?.
RenderScope
as TextBoxView;