7 references to Int32Rect
PresentationCore (4)
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (2)
904
Int32Rect sourceRect = new
Int32Rect
(0, 0, 1, 1);
1959
rc = new
Int32Rect
(0, 0, bitmapSource.PixelWidth, bitmapSource.PixelHeight);
Core\CSharp\System\Windows\Media\Imaging\WriteableBitmap.cs (2)
304
Int32Rect rect = new
Int32Rect
(0, 0, _pixelWidth, _pixelHeight);
882
Int32Rect rcFull = new
Int32Rect
(0, 0, _pixelWidth, _pixelHeight);
WindowsBase (3)
Base\System\Windows\Generated\Int32Rect.cs (1)
194
value = new
Int32Rect
(
Base\System\Windows\Int32Rect.cs (1)
104
private readonly static Int32Rect s_empty = new
Int32Rect
(0,0,0,0);
Base\System\Windows\SplashScreen.cs (1)
459
Int32Rect rect = new
Int32Rect
(0, 0, width, height);