Base:
property
Bounds
System.Windows.Media.Geometry.Bounds
7 references to Bounds
PresentationCore (3)
System\Windows\Media\CombinedGeometry.cs (1)
110return GetAsPathGeometry().Bounds;
System\Windows\Media\GeometryHitTestParameters.cs (2)
61_origBounds = _hitGeometryInternal.Bounds; 73_bounds = _hitGeometryInternal.Bounds;
PresentationFramework (2)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
948_ProcessFilledRect(transform, pg.Bounds);
System\Windows\Shapes\Polyline.cs (1)
145if (polylineGeometry.Bounds == Rect.Empty)
ReachFramework (2)
Serialization\VisualSerializer.cs (2)
1544if ((pg == null) || pg.Bounds.IsEmpty) 1549if (!forStroke && !Utility.IsRenderVisible(pg.Bounds))