18 references to CreateTransactionIf
System.Windows.Forms (18)
winforms\Managed\System\WinForms\ButtonBase.cs (1)
1056
using(LayoutTransaction.
CreateTransactionIf
(AutoSize, ParentInternal, this, PropertyNames.Text)) {
winforms\Managed\System\WinForms\CheckBox.cs (1)
122
using (LayoutTransaction.
CreateTransactionIf
(AutoSize, this.ParentInternal, this, PropertyNames.Appearance)) {
winforms\Managed\System\WinForms\DataGridView.cs (5)
1420
using (LayoutTransaction.
CreateTransactionIf
(this.AutoSize, this.ParentInternal, this, PropertyNames.BorderStyle))
2137
using (LayoutTransaction.
CreateTransactionIf
(this.AutoSize, this.ParentInternal, this, PropertyNames.ColumnHeadersVisible))
4276
using (LayoutTransaction.
CreateTransactionIf
(this.AutoSize, this.ParentInternal, this, PropertyNames.RowHeadersVisible))
4330
using (LayoutTransaction.
CreateTransactionIf
(this.AutoSize, this.ParentInternal, this, PropertyNames.RowHeadersWidth))
4576
using (LayoutTransaction.
CreateTransactionIf
(this.AutoSize, this.ParentInternal, this, PropertyNames.ScrollBars))
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
26801
using (LayoutTransaction.
CreateTransactionIf
(this.AutoSize, this.ParentInternal, this, PropertyNames.ColumnHeadersHeight))
winforms\Managed\System\WinForms\Label.cs (2)
999
using (LayoutTransaction.
CreateTransactionIf
(AutoSize, ParentInternal, this, PropertyNames.Text)) {
1481
using(LayoutTransaction.
CreateTransactionIf
(AutoSize, ParentInternal, this, PropertyNames.Text)) {
winforms\Managed\System\WinForms\RadioButton.cs (1)
135
using (LayoutTransaction.
CreateTransactionIf
(AutoSize, this.ParentInternal, this, PropertyNames.Appearance)) {
winforms\Managed\System\WinForms\RichTextBox.cs (2)
805
using (LayoutTransaction.
CreateTransactionIf
(AutoSize, ParentInternal, this, PropertyNames.ScrollBars)) {
1471
using(LayoutTransaction.
CreateTransactionIf
(AutoSize, ParentInternal, this, PropertyNames.Text)) {
winforms\Managed\System\WinForms\TextBoxBase.cs (3)
408
using(LayoutTransaction.
CreateTransactionIf
(AutoSize, ParentInternal, this, PropertyNames.BorderStyle)) {
845
using (LayoutTransaction.
CreateTransactionIf
(AutoSize, ParentInternal, this, PropertyNames.Multiline)) {
1353
using (LayoutTransaction.
CreateTransactionIf
(AutoSize, ParentInternal, this, PropertyNames.WordWrap)) {
winforms\Managed\System\WinForms\ToolStrip.cs (2)
1395
using (LayoutTransaction.
CreateTransactionIf
(IsHandleCreated, this, this, PropertyNames.LayoutStyle)) {
2706
using(LayoutTransaction.
CreateTransactionIf
(AutoSize, this, this, PropertyNames.Renderer)) {