15 references to ScrollViewer
PresentationFramework (15)
src\Framework\System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (2)
84
if (owner.
ScrollViewer
!= null)
86
returnValue = owner.
ScrollViewer
.CreateAutomationPeer();
src\Framework\System\Windows\Controls\PasswordBox.cs (13)
1061
if (this.
ScrollViewer
!= null)
1063
this.
ScrollViewer
.CanContentScroll = true;
1081
if (this.
ScrollViewer
!= null)
1083
this.
ScrollViewer
.ScrollToHome();
1132
if (passwordBox.
ScrollViewer
!= null)
1138
passwordBox.
ScrollViewer
.Padding = (Thickness)padding;
1142
passwordBox.
ScrollViewer
.ClearValue(Control.PaddingProperty);
1185
if (this.
ScrollViewer
!= null)
1187
this.
ScrollViewer
.HorizontalScrollBarVisibility = ScrollBarVisibility.Hidden;
1188
this.
ScrollViewer
.VerticalScrollBarVisibility = ScrollBarVisibility.Disabled;
1189
this.
ScrollViewer
.Focusable = false;
1191
if (this.
ScrollViewer
.Background == null)
1194
this.
ScrollViewer
.Background = Brushes.Transparent;