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