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