11 references to CurrentCulture
System.Windows.Forms (11)
winforms\Managed\System\WinForms\AxHost.cs (2)
3381SafeNativeMethods.OleCreatePropertyFrame(new HandleRef(this, handle), 0, 0, name, 1, ref o, uuids.cElems, new HandleRef(null, uuids.pElems), Application.CurrentCulture.LCID, 0, IntPtr.Zero); 4445qaContainer.lcid = Application.CurrentCulture.LCID;
winforms\Managed\System\WinForms\ComboBox.cs (1)
4020CompareInfo compInfo = (Application.CurrentCulture).CompareInfo;
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ComponentEditor.cs (2)
69SafeNativeMethods.OleCreatePropertyFrame(new HandleRef(parent, handle), 0, 0, "PropertyPages", 1, ref o, 1, new Guid[]{guid}, Application.CurrentCulture.LCID, 0, IntPtr.Zero); 92SafeNativeMethods.OleCreatePropertyFrame(new HandleRef(parent, handle), 0, 0, "PropertyPages", 1, ref o, uuids.cElems, new HandleRef(uuids, uuids.pElems), Application.CurrentCulture.LCID, 0, IntPtr.Zero);
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
3155CompareInfo compInfo = Application.CurrentCulture.CompareInfo;
winforms\Managed\System\WinForms\ListBox.cs (1)
2840CompareInfo compInfo = (Application.CurrentCulture).CompareInfo;
winforms\Managed\System\WinForms\NativeMethods.cs (1)
5752public int lcid = Application.CurrentCulture.LCID;
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (1)
205sb.Append(Application.CurrentCulture.TextInfo.ListSeparator);
winforms\Managed\System\WinForms\TreeNode.cs (2)
1090CompareInfo compare = Application.CurrentCulture.CompareInfo; 1145CompareInfo compare = Application.CurrentCulture.CompareInfo;