6 references to RightToLeft
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (1)
2879
using (new LayoutTransaction(this, this, PropertyNames.
RightToLeft
))
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3614
using (new LayoutTransaction(this, this, PropertyNames.
RightToLeft
))
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
621
using (new LayoutTransaction(this, this, PropertyNames.
RightToLeft
))
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (1)
447
LayoutTransaction.DoLayout(DropDown, this, PropertyNames.
RightToLeft
);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2991
InvalidateItemLayout(PropertyNames.
RightToLeft
);
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
659
LayoutTransaction.DoLayout(this, this, PropertyNames.
RightToLeft
);