15 references to ScrollViewer
PresentationFramework (15)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (2)
71
if (owner.
ScrollViewer
!= null)
73
returnValue = owner.
ScrollViewer
.CreateAutomationPeer();
System\Windows\Controls\PasswordBox.cs (13)
1037
if (this.
ScrollViewer
!= null)
1039
this.
ScrollViewer
.CanContentScroll = true;
1057
if (this.
ScrollViewer
!= null)
1059
this.
ScrollViewer
.ScrollToHome();
1101
if (passwordBox.
ScrollViewer
!= null)
1107
passwordBox.
ScrollViewer
.Padding = (Thickness)padding;
1111
passwordBox.
ScrollViewer
.ClearValue(Control.PaddingProperty);
1154
if (this.
ScrollViewer
!= null)
1156
this.
ScrollViewer
.HorizontalScrollBarVisibility = ScrollBarVisibility.Hidden;
1157
this.
ScrollViewer
.VerticalScrollBarVisibility = ScrollBarVisibility.Disabled;
1158
this.
ScrollViewer
.Focusable = false;
1160
if (this.
ScrollViewer
.Background == null)
1163
this.
ScrollViewer
.Background = Brushes.Transparent;