2 writes to Height
PresentationCore (2)
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (1)
804
sourceRect.
Height
= PixelHeight;
Core\CSharp\System\Windows\Media\Imaging\CroppedBitmap.cs (1)
124
rect.
Height
= source.PixelHeight;
23 references to Height
PresentationCore (18)
Core\CSharp\System\Windows\Interop\D3DImage.cs (1)
360
dirtyRect.
Height
,
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (1)
409
sourceRect.
Height
== source.PixelHeight)
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (5)
803
if (sourceRect.
Height
<= 0)
809
if (sourceRect.
Height
> PixelHeight)
816
int minRequiredDestSize = checked((stride * (sourceRect.
Height
- 1)) + minStride);
1968
rectHeight = rc.
Height
;
1971
if (rc.Width < 1 || rc.
Height
< 1)
Core\CSharp\System\Windows\Media\Imaging\InteropBitmapSource.cs (1)
394
data.DirtyRect.bottom = dirtyRect.Value.Y + dirtyRect.Value.
Height
;
Core\CSharp\System\Windows\Media\Imaging\WriteableBitmap.cs (10)
514
if (sourceRect.IsEmpty || sourceRect.Width <= 0 || sourceRect.
Height
<= 0)
562
if (sourceRect.IsEmpty || sourceRect.Width <= 0 || sourceRect.
Height
<= 0)
964
if (sourceRect.
Height
< 0)
970
if (sourceRect.
Height
> _pixelHeight)
1014
throw new ArgumentOutOfRangeException("destinationY", SR.Get(SRID.ParameterMustBeBetween, 0, _pixelHeight - sourceRect.
Height
));
1018
if (destinationY > _pixelHeight - sourceRect.
Height
)
1026
throw new ArgumentOutOfRangeException("destinationY", SR.Get(SRID.ParameterMustBeBetween, 0, _pixelHeight - sourceRect.
Height
));
1049
if (sourceRect.Width == 0 || sourceRect.
Height
== 0)
1061
uint requiredBufferSize = (uint)((sourceRect.Y + sourceRect.
Height
- 1) * sourceBufferStride) + finalRowWidthInBytes;
1112
(uint) sourceRect.
Height
,
WindowsBase (5)
Base\System\Windows\Generated\Int32Rect.cs (5)
67
int32Rect1.
Height
== int32Rect2.
Height
;
108
int32Rect1.
Height
.Equals(int32Rect2.
Height
);
167
Height
.GetHashCode();