5 references to BorderStyle
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1082
using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.
BorderStyle
))
System\Windows\Forms\Controls\Labels\Label.cs (2)
224
LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.
BorderStyle
);
347
LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.
BorderStyle
);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
365
using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.
BorderStyle
))
System\Windows\Forms\Controls\ToolStrips\ToolStripStatusLabel.cs (1)
119
LayoutTransaction.DoLayout(Owner, this, PropertyNames.
BorderStyle
);