8 references to RightToLeftLayout
System.Windows.Forms (8)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
772using (new LayoutTransaction(this, this, PropertyNames.RightToLeftLayout))
System\Windows\Forms\Controls\ListView\ListView.cs (1)
1340using (new LayoutTransaction(this, this, PropertyNames.RightToLeftLayout))
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
587using (new LayoutTransaction(this, this, PropertyNames.RightToLeftLayout))
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
389using (new LayoutTransaction(this, this, PropertyNames.RightToLeftLayout))
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
629using (new LayoutTransaction(this, this, PropertyNames.RightToLeftLayout))
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
463using (new LayoutTransaction(this, this, PropertyNames.RightToLeftLayout))
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
968using (new LayoutTransaction(this, this, PropertyNames.RightToLeftLayout))
System\Windows\Forms\Form.cs (1)
1697using (new LayoutTransaction(this, this, PropertyNames.RightToLeftLayout))