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