5 references to BorderStyle
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridView.cs (1)
1420using (LayoutTransaction.CreateTransactionIf(this.AutoSize, this.ParentInternal, this, PropertyNames.BorderStyle))
winforms\Managed\System\WinForms\Label.cs (2)
294LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.BorderStyle); 431LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.BorderStyle);
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
408using(LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.BorderStyle)) {
winforms\Managed\System\WinForms\ToolStripStatusLabel.cs (1)
147LayoutTransaction.DoLayout(Owner,this, PropertyNames.BorderStyle);