2 references to RTLTranslateDropDownDirection
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (2)
116
dropDownDirection =
RTLTranslateDropDownDirection
(dropDownDirection, RightToLeft);
128
ToolStripDropDownDirection newDropDownDirection =
RTLTranslateDropDownDirection
(dropDownDirection, toggledRightToLeft);