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