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
())
525
if (
IsObviouslyEmpty
() || geometry == null || geometry.
IsObviouslyEmpty
())
552
if (
IsObviouslyEmpty
() || geometry == null || geometry.
IsObviouslyEmpty
() || pen == null)
586
if (
IsObviouslyEmpty
())
665
if (
IsObviouslyEmpty
())
812
if (
IsObviouslyEmpty
())
System\Windows\Media\LineGeometry.cs (1)
234
if (
IsObviouslyEmpty
())
System\Windows\Media\PathGeometry.cs (1)
953
if (
IsObviouslyEmpty
())
System\Windows\Media\RectangleGeometry.cs (1)
395
if (
IsObviouslyEmpty
())