5 references to SizeNWSE
PresentationCore (1)
System\Windows\Input\CursorConverter.cs (1)
132
return Cursors.
SizeNWSE
;
PresentationFramework (2)
MS\Internal\Ink\PenCursorManager.cs (2)
138
cursor = Cursors.
SizeNWSE
;
155
cursor = 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);