2 references to ScrollBars
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridView.cs (1)
4576using (LayoutTransaction.CreateTransactionIf(this.AutoSize, this.ParentInternal, this, PropertyNames.ScrollBars))
winforms\Managed\System\WinForms\RichTextBox.cs (1)
805using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.ScrollBars)) {