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