10 references to SizeNESW
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
421
(MoveTypeLeft | MoveTypeBottom) => Cursors.
SizeNESW
,
System\Windows\Forms\Input\Cursors.cs (1)
47
public static Cursor SizeNESW => s_sizeNESW ??= new(PInvoke.IDC_SIZENESW, nameof(
SizeNESW
));
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\Behavior\GrabHandleGlyph.cs (2)
39
hitTestCursor = Cursors.
SizeNESW
;
49
hitTestCursor = Cursors.
SizeNESW
;
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (2)
46
Cursors.SizeNWSE, Cursors.SizeNS, Cursors.
SizeNESW
,
48
Cursors.
SizeNESW
, Cursors.SizeNS, Cursors.SizeNWSE
System.Windows.Forms.Tests (2)
System\Windows\Forms\CursorConverterTests.cs (1)
217
Assert.Contains(Cursors.
SizeNESW
, values);
System\Windows\Forms\CursorsTests.cs (1)
38
yield return new object[] { I(() => Cursors.
SizeNESW
) };
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
57
_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.
SizeNESW
, SWI.Cursors.SizeNESW);
97
_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.SizeNESW, SWF.Cursors.
SizeNESW
);