3 references to AlignToBytes
PresentationFramework (3)
MS\Internal\AppModel\IconHelper.cs (1)
285int bytesPerScanLine = AlignToBytes(width, 2) / 8;
MS\Internal\Ink\PenCursorManager.cs (2)
208int width = IconHelper.AlignToBytes(drawingBounds.Width, 1); 209int height = IconHelper.AlignToBytes(drawingBounds.Height, 1);