3 references to ScrollNW
PresentationCore (1)
System\Windows\Input\CursorConverter.cs (1)
162return Cursors.ScrollNW;
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
51_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.PanNW, SWI.Cursors.ScrollNW); 91_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.ScrollNW, SWF.Cursors.PanNW);