3 references to ScrollWE
PresentationCore (1)
System\Windows\Input\CursorConverter.cs (1)
146return Cursors.ScrollWE;
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
43_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.NoMoveHoriz, SWI.Cursors.ScrollWE); 83_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.ScrollWE, SWF.Cursors.NoMoveHoriz);