15 references to ScrollViewer
PresentationFramework (15)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (2)
83
if (owner.
ScrollViewer
!= null)
85
returnValue = owner.
ScrollViewer
.CreateAutomationPeer();
System\Windows\Controls\PasswordBox.cs (13)
1045
if (this.
ScrollViewer
!= null)
1047
this.
ScrollViewer
.CanContentScroll = true;
1065
if (this.
ScrollViewer
!= null)
1067
this.
ScrollViewer
.ScrollToHome();
1109
if (passwordBox.
ScrollViewer
!= null)
1115
passwordBox.
ScrollViewer
.Padding = (Thickness)padding;
1119
passwordBox.
ScrollViewer
.ClearValue(Control.PaddingProperty);
1162
if (this.
ScrollViewer
!= null)
1164
this.
ScrollViewer
.HorizontalScrollBarVisibility = ScrollBarVisibility.Hidden;
1165
this.
ScrollViewer
.VerticalScrollBarVisibility = ScrollBarVisibility.Disabled;
1166
this.
ScrollViewer
.Focusable = false;
1168
if (this.
ScrollViewer
.Background == null)
1171
this.
ScrollViewer
.Background = Brushes.Transparent;