5 references to SizeNWSE
PresentationCore (1)
System\Windows\Input\CursorConverter.cs (1)
127
return Cursors.
SizeNWSE
;
PresentationFramework (2)
MS\Internal\Ink\PenCursorManager.cs (2)
132
cursor = Cursors.
SizeNWSE
;
149
cursor = Cursors.
SizeNWSE
;
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
55
_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.SizeNWSE, SWI.Cursors.
SizeNWSE
);
95
_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.
SizeNWSE
, SWF.Cursors.SizeNWSE);