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