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