10 references to SizeNWSE
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
423
MoveTypeTop | MoveTypeLeft => Cursors.
SizeNWSE
,
System\Windows\Forms\Input\Cursors.cs (1)
49
public static Cursor SizeNWSE => s_sizeNWSE ??= new(PInvoke.IDC_SIZENWSE, nameof(
SizeNWSE
));
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\Behavior\GrabHandleGlyph.cs (2)
34
hitTestCursor = Cursors.
SizeNWSE
;
44
hitTestCursor = Cursors.
SizeNWSE
;
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)
219
Assert.Contains(Cursors.
SizeNWSE
, values);
System\Windows\Forms\CursorsTests.cs (1)
40
yield 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
);