15 references to Empty
PresentationCore (11)
Core\CSharp\System\Windows\DataObject.cs (3)
2086Int32Rect.Empty, 2539Int32Rect.Empty, 3725Int32Rect.Empty,
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (1)
411sourceRect = Int32Rect.Empty;
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (1)
413Int32Rect sourceRect = Int32Rect.Empty;
Core\CSharp\System\Windows\Media\Imaging\Generated\BitmapImage.cs (2)
487internal static Int32Rect s_SourceRect = Int32Rect.Empty; 572Int32Rect.Empty,
Core\CSharp\System\Windows\Media\Imaging\Generated\CroppedBitmap.cs (2)
303internal static Int32Rect s_SourceRect = Int32Rect.Empty; 343Int32Rect.Empty,
Core\CSharp\System\Windows\Media\Imaging\InteropBitmapSource.cs (2)
178_sourceRect = Int32Rect.Empty; 530private Int32Rect _sourceRect = Int32Rect.Empty;
PresentationFramework (2)
src\Framework\MS\Internal\Ink\PenCursorManager.cs (1)
343converter.CriticalCopyPixels(Int32Rect.Empty, pixels, strideColorBitmap, 0);
src\Framework\System\Windows\Interop\HwndHost.cs (1)
952System.Windows.Media.Imaging.BitmapSource bitmapSource = Imaging.CriticalCreateBitmapSourceFromHBitmap(hBitmap.Handle, IntPtr.Zero, Int32Rect.Empty, null, WICBitmapAlphaChannelOption.WICBitmapIgnoreAlpha);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxItemImageConverter.cs (1)
32return Imaging.CreateBitmapSourceFromHBitmap(hBitmap, IntPtr.Zero, Int32Rect.Empty, sizeOptions);
WindowsBase (1)
Base\System\Windows\Generated\Int32Rect.cs (1)
190value = Empty;