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)
4087IconHelper.GetIconHandlesFromImageSource(_icon, out largeIconHandle, out smallIconHandle); 4097IconHelper.GetDefaultIconHandles(out largeIconHandle, out smallIconHandle); 6615hicon = IconHelper.CreateIconHandleFromImageSource(taskbarInfo.Overlay, _overlaySize); 6773NativeMethods.IconHandle nativeIcon = IconHelper.CreateIconHandleFromImageSource(wrappedTB.ImageSource, _overlaySize);