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