14 references to ScrollViewer
PresentationFramework (14)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (2)
71
if (owner.
ScrollViewer
!= null)
73
returnValue = owner.
ScrollViewer
.CreateAutomationPeer();
System\Windows\Controls\PasswordBox.cs (12)
1025
if (this.
ScrollViewer
!= null)
1027
this.
ScrollViewer
.CanContentScroll = true;
1045
this.
ScrollViewer
?.ScrollToHome();
1086
if (passwordBox.
ScrollViewer
!= null)
1092
passwordBox.
ScrollViewer
.Padding = (Thickness)padding;
1096
passwordBox.
ScrollViewer
.ClearValue(Control.PaddingProperty);
1139
if (this.
ScrollViewer
!= null)
1141
this.
ScrollViewer
.HorizontalScrollBarVisibility = ScrollBarVisibility.Hidden;
1142
this.
ScrollViewer
.VerticalScrollBarVisibility = ScrollBarVisibility.Disabled;
1143
this.
ScrollViewer
.Focusable = false;
1145
if (this.
ScrollViewer
.Background == null)
1148
this.
ScrollViewer
.Background = Brushes.Transparent;