Base:
property
Bounds
System.Windows.Media.Geometry.Bounds
5 references to Bounds
PresentationCore (3)
Core\CSharp\System\Windows\Media\CombinedGeometry.cs (1)
130return 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)
155if (polylineGeometry.Bounds == Rect.Empty)