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