15 references to ScrollViewer
PresentationFramework (15)
src\Framework\System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (2)
84if (owner.ScrollViewer != null) 86returnValue = owner.ScrollViewer.CreateAutomationPeer();
src\Framework\System\Windows\Controls\PasswordBox.cs (13)
1061if (this.ScrollViewer != null) 1063this.ScrollViewer.CanContentScroll = true; 1081if (this.ScrollViewer != null) 1083this.ScrollViewer.ScrollToHome(); 1132if (passwordBox.ScrollViewer != null) 1138passwordBox.ScrollViewer.Padding = (Thickness)padding; 1142passwordBox.ScrollViewer.ClearValue(Control.PaddingProperty); 1185if (this.ScrollViewer != null) 1187this.ScrollViewer.HorizontalScrollBarVisibility = ScrollBarVisibility.Hidden; 1188this.ScrollViewer.VerticalScrollBarVisibility = ScrollBarVisibility.Disabled; 1189this.ScrollViewer.Focusable = false; 1191if (this.ScrollViewer.Background == null) 1194this.ScrollViewer.Background = Brushes.Transparent;