7 references to IconHelper
PresentationFramework (7)
src\Framework\MS\Internal\Ink\PenCursorManager.cs (3)
230int width = IconHelper.AlignToBytes(drawingBounds.Width, 1); 231int height = IconHelper.AlignToBytes(drawingBounds.Height, 1); 249NativeMethods.IconHandle finalCursor = IconHelper.CreateIconCursor(pixels, width, height, xHotspot, yHotspot, false);
src\Framework\System\Windows\Window.cs (4)
4213IconHelper.GetIconHandlesFromImageSource(_icon, out largeIconHandle, out smallIconHandle); 4223IconHelper.GetDefaultIconHandles(out largeIconHandle, out smallIconHandle); 6913hicon = IconHelper.CreateIconHandleFromImageSource(taskbarInfo.Overlay, _overlaySize); 7089NativeMethods.IconHandle nativeIcon = IconHelper.CreateIconHandleFromImageSource(wrappedTB.ImageSource, _overlaySize);