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