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