6 references to RightToLeft
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.cs (1)
3776
using(new LayoutTransaction(this, this, PropertyNames.
RightToLeft
)) {
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
754
LayoutTransaction.DoLayout(this, this, PropertyNames.
RightToLeft
);
winforms\Managed\System\WinForms\ToolStrip.cs (1)
3783
using(new LayoutTransaction(this, this, PropertyNames.
RightToLeft
)) {
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
818
using (new LayoutTransaction(this,this,PropertyNames.
RightToLeft
)) {
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
450
LayoutTransaction.DoLayout(DropDown, this, PropertyNames.
RightToLeft
);
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
3370
InvalidateItemLayout(PropertyNames.
RightToLeft
);