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