Base:
method
IsEmpty
System.Windows.Media.Geometry.IsEmpty()
2 references to IsEmpty
PresentationCore (2)
System\Windows\Media\FormattedText.cs (1)
1625if (accumulatedGeometry == null || accumulatedGeometry.IsEmpty())
System\Windows\Media\GlyphRun.cs (1)
1622if (accumulatedGeometry == null || accumulatedGeometry.IsEmpty())