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