Base:
property
Bounds
System.Windows.Media.Geometry.Bounds
5 references to Bounds
PresentationCore (3)
Core\CSharp\System\Windows\Media\CombinedGeometry.cs (1)
130
return GetAsPathGeometry().
Bounds
;
Core\CSharp\System\Windows\Media\GeometryHitTestParameters.cs (2)
74
_origBounds = _hitGeometryInternal.
Bounds
;
86
_bounds = _hitGeometryInternal.
Bounds
;
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
962
_ProcessFilledRect(transform, pg.
Bounds
);
src\Framework\System\Windows\Shapes\Polyline.cs (1)
155
if (polylineGeometry.
Bounds
== Rect.Empty)