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);
1135
if (this.
ScrollViewer
!= null)
1137
this.
ScrollViewer
.HorizontalScrollBarVisibility = ScrollBarVisibility.Hidden;
1138
this.
ScrollViewer
.VerticalScrollBarVisibility = ScrollBarVisibility.Disabled;
1139
this.
ScrollViewer
.Focusable = false;
1141
if (this.
ScrollViewer
.Background == null)
1144
this.
ScrollViewer
.Background = Brushes.Transparent;