13 references to ScrollViewer
PresentationFramework (13)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (2)
70
if (owner.
ScrollViewer
!= null)
72
returnValue = owner.
ScrollViewer
.CreateAutomationPeer();
System\Windows\Controls\PasswordBox.cs (11)
1024
this.
ScrollViewer
?.CanContentScroll = true;
1041
this.
ScrollViewer
?.ScrollToHome();
1082
if (passwordBox.
ScrollViewer
!= null)
1088
passwordBox.
ScrollViewer
.Padding = (Thickness)padding;
1092
passwordBox.
ScrollViewer
.ClearValue(Control.PaddingProperty);
1133
if (this.
ScrollViewer
!= null)
1135
this.
ScrollViewer
.HorizontalScrollBarVisibility = ScrollBarVisibility.Hidden;
1136
this.
ScrollViewer
.VerticalScrollBarVisibility = ScrollBarVisibility.Disabled;
1137
this.
ScrollViewer
.Focusable = false;
1139
if (this.
ScrollViewer
.Background == null)
1142
this.
ScrollViewer
.Background = Brushes.Transparent;