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