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