3 references to AlignToBytes
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\IconHelper.cs (1)
324int bytesPerScanLine = AlignToBytes(width, 2) / 8;
src\Framework\MS\Internal\Ink\PenCursorManager.cs (2)
230int width = IconHelper.AlignToBytes(drawingBounds.Width, 1); 231int height = IconHelper.AlignToBytes(drawingBounds.Height, 1);