Base:
method
IsEmpty
System.Windows.Media.Geometry.IsEmpty()
4 references to IsEmpty
PresentationCore (4)
System\Windows\Media\CombinedGeometry.cs (1)
267
return GetAsPathGeometry().
IsEmpty
();
System\Windows\Media\FormattedText.cs (1)
1680
if (accumulatedBounds == null || accumulatedBounds.
IsEmpty
())
System\Windows\Media\PathGeometry.cs (2)
556
if (
IsEmpty
())
683
if (
IsEmpty
())