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