12 references to SizeWE
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
16637CursorInternal = Cursors.SizeWE;
System\Windows\Forms\Input\Cursors.cs (1)
50public static Cursor SizeWE => s_sizeWE ??= new(PInvoke.IDC_SIZEWE, nameof(SizeWE));
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\Behavior\GrabHandleGlyph.cs (2)
83hitTestCursor = Cursors.SizeWE; 95hitTestCursor = Cursors.SizeWE;
System\Windows\Forms\Design\Behavior\SelectionBorderGlyph.cs (2)
62hitTestCursor = Cursors.SizeWE; 73hitTestCursor = Cursors.SizeWE;
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (2)
47Cursors.SizeWE, Cursors.SizeWE,
System.Windows.Forms.Tests (2)
System\Windows\Forms\CursorConverterTests.cs (1)
221Assert.Contains(Cursors.SizeWE, values);
System\Windows\Forms\CursorsTests.cs (1)
41yield return new object[] { I(() => Cursors.SizeWE) };
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
60_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.SizeWE, SWI.Cursors.SizeWE); 100_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.SizeWE, SWF.Cursors.SizeWE);