4 references to SizeAll
PresentationCore (1)
System\Windows\Input\CursorConverter.cs (1)
126
return Cursors.
SizeAll
;
PresentationFramework (1)
MS\Internal\Ink\PenCursorManager.cs (1)
172
cursor = 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);