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