10 references to TTF_RTLREADING
System.Windows.Forms (10)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
29945ttt.uFlags |= NativeMethods.TTF_RTLREADING;
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
1229toolInfo.uFlags |= NativeMethods.TTF_RTLREADING;
winforms\Managed\System\WinForms\Form.cs (1)
7848toolInfo.uFlags |= NativeMethods.TTF_RTLREADING;
winforms\Managed\System\WinForms\StatusBar.cs (1)
1884ti.uFlags |= NativeMethods.TTF_RTLREADING;
winforms\Managed\System\WinForms\TabControl.cs (1)
2042ttt.uFlags |= NativeMethods.TTF_RTLREADING;
winforms\Managed\System\WinForms\ToolBar.cs (2)
1589ttt.uFlags |= NativeMethods.TTF_RTLREADING; 1611ttt.uFlags |= NativeMethods.TTF_RTLREADING;
winforms\Managed\System\WinForms\ToolTip.cs (2)
1172ti.uFlags |= NativeMethods.TTF_RTLREADING; 1214ti.uFlags |= NativeMethods.TTF_RTLREADING;
winforms\Managed\System\WinForms\TreeView.cs (1)
2962ttt.uFlags |= NativeMethods.TTF_RTLREADING;