5 references to SizeNESW
PresentationCore (1)
Core\CSharp\System\Windows\Input\CursorConverter.cs (1)
131return Cursors.SizeNESW;
PresentationFramework (2)
src\Framework\MS\Internal\Ink\PenCursorManager.cs (2)
147cursor = Cursors.SizeNESW; 172cursor = Cursors.SizeNESW;
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (2)
333Mouse.OverrideCursor = Cursors.SizeNESW; 338Mouse.OverrideCursor = Cursors.SizeNESW;