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