4 references to SizeAll
PresentationCore (1)
System\Windows\Input\CursorConverter.cs (1)
126return Cursors.SizeAll;
PresentationFramework (1)
MS\Internal\Ink\PenCursorManager.cs (1)
172cursor = Cursors.SizeAll;
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
56_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.SizeAll, SWI.Cursors.SizeAll); 96_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.SizeAll, SWF.Cursors.SizeAll);