2 overrides of IsObviouslyEmpty
PresentationCore (2)
System\Windows\Media\CombinedGeometry.cs (1)
270internal override bool IsObviouslyEmpty()
System\Windows\Media\GeometryGroup.cs (1)
109internal override bool IsObviouslyEmpty()
16 references to IsObviouslyEmpty
PresentationCore (16)
System\Windows\Media\CombinedGeometry.cs (2)
275bool empty1 = geometry1 == null || geometry1.IsObviouslyEmpty(); 276bool empty2 = geometry2 == null || geometry2.IsObviouslyEmpty();
System\Windows\Media\EllipseGeometry.cs (1)
298if (IsObviouslyEmpty())
System\Windows\Media\Geometry.cs (10)
126if (IsObviouslyEmpty()) 268if (IsObviouslyEmpty()) 381if (IsObviouslyEmpty()) 531if (IsObviouslyEmpty() || geometry == null || geometry.IsObviouslyEmpty()) 558if (IsObviouslyEmpty() || geometry == null || geometry.IsObviouslyEmpty() || pen == null) 592if (IsObviouslyEmpty()) 671if (IsObviouslyEmpty()) 821if (IsObviouslyEmpty())
System\Windows\Media\LineGeometry.cs (1)
234if (IsObviouslyEmpty())
System\Windows\Media\PathGeometry.cs (1)
956if (IsObviouslyEmpty())
System\Windows\Media\RectangleGeometry.cs (1)
395if (IsObviouslyEmpty())