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