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