Base:
property
Bounds
System.Windows.Media.Geometry.Bounds
7 references to Bounds
PresentationCore (3)
System\Windows\Media\CombinedGeometry.cs (1)
129
return GetAsPathGeometry().
Bounds
;
System\Windows\Media\GeometryHitTestParameters.cs (2)
69
_origBounds = _hitGeometryInternal.
Bounds
;
81
_bounds = _hitGeometryInternal.
Bounds
;
PresentationFramework (2)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
953
_ProcessFilledRect(transform, pg.
Bounds
);
System\Windows\Shapes\Polyline.cs (1)
152
if (polylineGeometry.
Bounds
== Rect.Empty)
ReachFramework (2)
Serialization\VisualSerializer.cs (2)
1552
if ((pg == null) || pg.
Bounds
.IsEmpty)
1557
if (!forStroke && !Utility.IsRenderVisible(pg.
Bounds
))