2 references to CreateIconCursor
PresentationFramework (2)
MS\Internal\AppModel\IconHelper.cs (1)
194
return
CreateIconCursor
(xor, w, h, 0, 0, true);
MS\Internal\Ink\PenCursorManager.cs (1)
232
NativeMethods.IconHandle finalCursor = IconHelper.
CreateIconCursor
(pixels, width, height, xHotspot, yHotspot, false);