7 references to IconHelper
PresentationFramework (7)
MS\Internal\Ink\PenCursorManager.cs (3)
208int width = IconHelper.AlignToBytes(drawingBounds.Width, 1); 209int height = IconHelper.AlignToBytes(drawingBounds.Height, 1); 227NativeMethods.IconHandle finalCursor = IconHelper.CreateIconCursor(pixels, width, height, xHotspot, yHotspot, false);
System\Windows\Window.cs (4)
4077IconHelper.GetIconHandlesFromImageSource(_icon, out largeIconHandle, out smallIconHandle); 4087IconHelper.GetDefaultIconHandles(out largeIconHandle, out smallIconHandle); 6599hicon = IconHelper.CreateIconHandleFromImageSource(taskbarInfo.Overlay, _overlaySize); 6757NativeMethods.IconHandle nativeIcon = IconHelper.CreateIconHandleFromImageSource(wrappedTB.ImageSource, _overlaySize);