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