33 references to LayoutTransaction
System.Windows.Forms (33)
winforms\Managed\System\WinForms\ComboBox.cs (1)
2411using (new LayoutTransaction(ParentInternal, this, PropertyNames.Bounds))
winforms\Managed\System\WinForms\Control.cs (4)
2566using(new LayoutTransaction(ParentInternal, this, PropertyNames.Font)) { 3776using(new LayoutTransaction(this, this, PropertyNames.RightToLeft)) { 4778using (new LayoutTransaction(ParentInternal, this, PropertyNames.Padding)) { 12171using (new LayoutTransaction(parent, this, PropertyNames.Visible)) {
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
910using(new LayoutTransaction(this, this, PropertyNames.RightToLeftLayout)) {
winforms\Managed\System\WinForms\Form.cs (1)
2241using(new LayoutTransaction(this, this, PropertyNames.RightToLeftLayout)) {
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (1)
232using (new LayoutTransaction(element.Container as Control, element, PropertyNames.MinimumSize)) {
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (1)
677using (new LayoutTransaction(element.Container as Control, element, PropertyNames.Dock)) {
winforms\Managed\System\WinForms\Layout\LayoutUtils.cs (1)
715return new LayoutTransaction(controlToLayout, elementCausingLayout, property);
winforms\Managed\System\WinForms\ListView.cs (1)
1309using(new LayoutTransaction(this, this, PropertyNames.RightToLeftLayout)) {
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
753using(new LayoutTransaction(this, this, PropertyNames.RightToLeftLayout)) {
winforms\Managed\System\WinForms\ProgressBar.cs (1)
513using(new LayoutTransaction(this, this, PropertyNames.RightToLeftLayout)) {
winforms\Managed\System\WinForms\TabControl.cs (1)
678using(new LayoutTransaction(this, this, PropertyNames.RightToLeftLayout)) {
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
61using (new LayoutTransaction(this, this, PropertyNames.LayoutSettings)) {
winforms\Managed\System\WinForms\ToolStrip.cs (7)
440using (new LayoutTransaction(this, this, PropertyNames.Anchor)) { 767using (new LayoutTransaction(this, this, PropertyNames.Dock)) 768using (new LayoutTransaction(this.ParentInternal, this, PropertyNames.Dock)) { 1891using(new LayoutTransaction(this, this, "TextDirection")) { 3783using(new LayoutTransaction(this, this, PropertyNames.RightToLeft)) { 4643using (new LayoutTransaction(this, this, PropertyNames.Orientation)) { 4665using (new LayoutTransaction(this, this, PropertyNames.Orientation)) {
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
818using (new LayoutTransaction(this,this,PropertyNames.RightToLeft)) { 1467using (new LayoutTransaction(this, OwnerItem, PropertyNames.Font)) {
winforms\Managed\System\WinForms\ToolStripItemCollection.cs (2)
147using (new LayoutTransaction(this.owner, this.owner, PropertyNames.Items)) { 168using (new LayoutTransaction(this.owner, this.owner, PropertyNames.Items)) {
winforms\Managed\System\WinForms\ToolStripPanel.cs (2)
1178using (new LayoutTransaction(panel, panel, null)) { 1547using (new LayoutTransaction(value, value, PropertyNames.Parent)) {
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (3)
78using (LayoutTransaction lt = new LayoutTransaction(parent, this, null)) { 2205using (LayoutTransaction t = new LayoutTransaction(ToolStripPanel, control, PropertyNames.Parent)) { 2216layoutTransaction = new LayoutTransaction(ToolStripPanel, ToolStripPanel.ParentInternal, PropertyNames.Parent);
winforms\Managed\System\WinForms\TrackBar.cs (1)
546using(new LayoutTransaction(this, this, PropertyNames.RightToLeftLayout)) {
winforms\Managed\System\WinForms\TreeView.cs (1)
1003using(new LayoutTransaction(this, this, PropertyNames.RightToLeftLayout)) {