Base:
property
Bounds
System.Windows.Media.Geometry.Bounds
7 references to Bounds
PresentationCore (3)
System\Windows\Media\CombinedGeometry.cs (1)
129return 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)
152if (polylineGeometry.Bounds == Rect.Empty)
ReachFramework (2)
Serialization\VisualSerializer.cs (2)
1552if ((pg == null) || pg.Bounds.IsEmpty) 1557if (!forStroke && !Utility.IsRenderVisible(pg.Bounds))