3 writes to Y
PresentationCore (3)
Core\CSharp\System\Windows\Media\Imaging\WriteableBitmap.cs (3)
530
sourceRect.
Y
= 0;
618
sourceRect.
Y
= 0;
1085
destinationRect.
Y
= destinationY;
14 references to Y
PresentationCore (9)
Core\CSharp\System\Windows\Interop\D3DImage.cs (1)
358
dirtyRect.
Y
,
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (1)
407
if (sourceRect.X == 0 && sourceRect.
Y
== 0 &&
Core\CSharp\System\Windows\Media\Imaging\InteropBitmapSource.cs (2)
392
data.DirtyRect.top = dirtyRect.Value.
Y
;
394
data.DirtyRect.bottom = dirtyRect.Value.
Y
+ dirtyRect.Value.Height;
Core\CSharp\System\Windows\Media\Imaging\WriteableBitmap.cs (5)
528
int destinationY = sourceRect.
Y
;
616
int destinationY = sourceRect.
Y
;
940
if (sourceRect.
Y
< 0)
1061
uint requiredBufferSize = (uint)((sourceRect.
Y
+ sourceRect.Height - 1) * sourceBufferStride) + finalRowWidthInBytes;
1079
uint firstPixelByteOffet = (uint)((sourceRect.
Y
* sourceBufferStride) + sourceXbyteOffset);
WindowsBase (5)
Base\System\Windows\Generated\Int32Rect.cs (5)
65
int32Rect1.
Y
== int32Rect2.
Y
&&
106
int32Rect1.
Y
.Equals(int32Rect2.
Y
) &&
165
Y
.GetHashCode() ^