1 write to Height
Microsoft.Maui.Controls (1)
Internals\ImageParser.cs (1)
338
Height
= height;
3 references to Height
Microsoft.Maui.Controls (3)
Internals\ImageParser.cs (3)
633
for (int currentRow = 0; currentRow < previousBitmapBounds.
Height
; currentRow++)
676
for (int sourceRow = 0; sourceRow < bounds.
Height
; sourceRow++)
681
if (interlaceStartRow >= bounds.
Height
)