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