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