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