7 references to PropRightToLeft
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ToolStripItem.cs (7)
2029int rightToLeft = Properties.GetInteger(PropRightToLeft, out found); 2058if (Properties.ContainsInteger(PropRightToLeft) || value != RightToLeft.Inherit) { 2059Properties.SetInteger(PropRightToLeft, (int)value); 3327if (!Properties.ContainsInteger(PropRightToLeft) || ((RightToLeft)Properties.GetInteger(PropRightToLeft)) == RightToLeft.Inherit) { 3343int rightToLeft = Properties.GetInteger(PropRightToLeft, out found); 3745int rightToLeft = Properties.GetInteger(PropRightToLeft, out found);