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