10 references to IsEmpty
PresentationCore (6)
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (2)
183SourceRect.IsEmpty && 414if (!sourceRect.IsEmpty)
Core\CSharp\System\Windows\Media\Imaging\CroppedBitmap.cs (1)
121if (rect.IsEmpty)
Core\CSharp\System\Windows\Media\Imaging\InteropBitmapSource.cs (1)
448if (!_sourceRect.IsEmpty)
Core\CSharp\System\Windows\Media\Imaging\WriteableBitmap.cs (2)
514if (sourceRect.IsEmpty || sourceRect.Width <= 0 || sourceRect.Height <= 0) 562if (sourceRect.IsEmpty || sourceRect.Width <= 0 || sourceRect.Height <= 0)
WindowsBase (4)
Base\System\Windows\Generated\Int32Rect.cs (4)
99if (int32Rect1.IsEmpty) 101return int32Rect2.IsEmpty; 157if (IsEmpty) 385if (IsEmpty)