Base:
method
IsEmpty
System.Windows.Media.Geometry.IsEmpty()
4 references to IsEmpty
PresentationCore (4)
Core\CSharp\System\Windows\Media\CombinedGeometry.cs (1)
287
return GetAsPathGeometry().
IsEmpty
();
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
1713
if (accumulatedBounds == null || accumulatedBounds.
IsEmpty
())
Core\CSharp\System\Windows\Media\PathGeometry.cs (2)
614
if (
IsEmpty
())
750
if (
IsEmpty
())