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