10 references to SizeNWSE
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
423MoveTypeTop | MoveTypeLeft => Cursors.SizeNWSE,
System\Windows\Forms\Input\Cursors.cs (1)
49public static Cursor SizeNWSE => s_sizeNWSE ??= new(PInvoke.IDC_SIZENWSE, nameof(SizeNWSE));
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\Behavior\GrabHandleGlyph.cs (2)
34hitTestCursor = Cursors.SizeNWSE; 44hitTestCursor = Cursors.SizeNWSE;
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (2)
46Cursors.SizeNWSE, Cursors.SizeNS, Cursors.SizeNESW, 48Cursors.SizeNESW, Cursors.SizeNS, Cursors.SizeNWSE
System.Windows.Forms.Tests (2)
System\Windows\Forms\CursorConverterTests.cs (1)
219Assert.Contains(Cursors.SizeNWSE, values);
System\Windows\Forms\CursorsTests.cs (1)
40yield return new object[] { I(() => Cursors.SizeNWSE) };
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
59_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.SizeNWSE, SWI.Cursors.SizeNWSE); 99_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.SizeNWSE, SWF.Cursors.SizeNWSE);