6 references to PropRightToLeft
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.cs (6)
3744int rightToLeft = Properties.GetInteger(PropRightToLeft, out found); 3769if (Properties.ContainsInteger(PropRightToLeft) || value != RightToLeft.Inherit) { 3770Properties.SetInteger(PropRightToLeft, (int)value); 8459if (!Properties.ContainsInteger(PropRightToLeft) || ((RightToLeft)Properties.GetInteger(PropRightToLeft)) == RightToLeft.Inherit) { 12297int rtl = Properties.GetInteger(PropRightToLeft, out found);