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