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