// Token: 0x0600535E RID: 21342 RVA: 0x00172C04 File Offset: 0x00170E04 private void AttachToVisualTree() { this.DetachFromVisualTree(); this.SetRenderScopeToContentHost(new TextBoxView(this)); if (this.ScrollViewer != null) { this.ScrollViewer.HorizontalScrollBarVisibility = ScrollBarVisibility.Hidden; this.ScrollViewer.VerticalScrollBarVisibility = ScrollBarVisibility.Disabled; this.ScrollViewer.Focusable = false; if (this.ScrollViewer.Background == null) { this.ScrollViewer.Background = Brushes.Transparent; } PasswordBox.OnPaddingChanged(this, default(DependencyPropertyChangedEventArgs)); } if (this._border != null) { this._border.Style = null; } }