14 references to ScrollViewer
PresentationFramework (14)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (2)
70if (owner.ScrollViewer != null) 72returnValue = owner.ScrollViewer.CreateAutomationPeer();
System\Windows\Controls\PasswordBox.cs (12)
1024if (this.ScrollViewer != null) 1026this.ScrollViewer.CanContentScroll = true; 1044this.ScrollViewer?.ScrollToHome(); 1085if (passwordBox.ScrollViewer != null) 1091passwordBox.ScrollViewer.Padding = (Thickness)padding; 1095passwordBox.ScrollViewer.ClearValue(Control.PaddingProperty); 1138if (this.ScrollViewer != null) 1140this.ScrollViewer.HorizontalScrollBarVisibility = ScrollBarVisibility.Hidden; 1141this.ScrollViewer.VerticalScrollBarVisibility = ScrollBarVisibility.Disabled; 1142this.ScrollViewer.Focusable = false; 1144if (this.ScrollViewer.Background == null) 1147this.ScrollViewer.Background = Brushes.Transparent;