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