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