2 overrides of IsObviouslyEmpty
PresentationCore (2)
System\Windows\Media\CombinedGeometry.cs (1)
269internal override bool IsObviouslyEmpty()
System\Windows\Media\GeometryGroup.cs (1)
108internal override bool IsObviouslyEmpty()
16 references to IsObviouslyEmpty
PresentationCore (16)
System\Windows\Media\CombinedGeometry.cs (2)
274bool empty1 = geometry1 == null || geometry1.IsObviouslyEmpty(); 275bool empty2 = geometry2 == null || geometry2.IsObviouslyEmpty();
System\Windows\Media\EllipseGeometry.cs (1)
297if (IsObviouslyEmpty())
System\Windows\Media\Geometry.cs (10)
125if (IsObviouslyEmpty()) 267if (IsObviouslyEmpty()) 380if (IsObviouslyEmpty()) 524if (IsObviouslyEmpty() || geometry == null || geometry.IsObviouslyEmpty()) 551if (IsObviouslyEmpty() || geometry == null || geometry.IsObviouslyEmpty() || pen == null) 585if (IsObviouslyEmpty()) 664if (IsObviouslyEmpty()) 811if (IsObviouslyEmpty())
System\Windows\Media\LineGeometry.cs (1)
233if (IsObviouslyEmpty())
System\Windows\Media\PathGeometry.cs (1)
952if (IsObviouslyEmpty())
System\Windows\Media\RectangleGeometry.cs (1)
394if (IsObviouslyEmpty())