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