2 overrides of IsObviouslyEmpty
PresentationCore (2)
Core\CSharp\System\Windows\Media\CombinedGeometry.cs (1)
290
internal override bool
IsObviouslyEmpty
()
Core\CSharp\System\Windows\Media\GeometryGroup.cs (1)
130
internal override bool
IsObviouslyEmpty
()
16 references to IsObviouslyEmpty
PresentationCore (16)
Core\CSharp\System\Windows\Media\CombinedGeometry.cs (2)
295
bool empty1 = geometry1 == null || geometry1.
IsObviouslyEmpty
();
296
bool empty2 = geometry2 == null || geometry2.
IsObviouslyEmpty
();
Core\CSharp\System\Windows\Media\EllipseGeometry.cs (1)
332
if (
IsObviouslyEmpty
())
Core\CSharp\System\Windows\Media\Geometry.cs (10)
139
if (
IsObviouslyEmpty
())
290
if (
IsObviouslyEmpty
())
408
if (
IsObviouslyEmpty
())
562
if (
IsObviouslyEmpty
() || geometry == null || geometry.
IsObviouslyEmpty
())
589
if (
IsObviouslyEmpty
() || geometry == null || geometry.
IsObviouslyEmpty
() || pen == null)
631
if (
IsObviouslyEmpty
())
723
if (
IsObviouslyEmpty
())
879
if (
IsObviouslyEmpty
())
Core\CSharp\System\Windows\Media\LineGeometry.cs (1)
268
if (
IsObviouslyEmpty
())
Core\CSharp\System\Windows\Media\PathGeometry.cs (1)
1034
if (
IsObviouslyEmpty
())
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (1)
425
if (
IsObviouslyEmpty
())