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