Base:
method
IsEmpty
System.Windows.Media.Geometry.IsEmpty()
4 references to IsEmpty
PresentationCore (4)
System\Windows\Media\CombinedGeometry.cs (1)
286return GetAsPathGeometry().IsEmpty();
System\Windows\Media\FormattedText.cs (1)
1696if (accumulatedBounds == null || accumulatedBounds.IsEmpty())
System\Windows\Media\PathGeometry.cs (2)
580if (IsEmpty()) 707if (IsEmpty())