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