15 references to Empty
PresentationCore (15)
MS\Internal\Media3D\M3DUtil.cs (1)
109return Rect3D.Empty;
System\Windows\Media3D\Generated\Rect3D.cs (1)
202value = Empty;
System\Windows\Media3D\GeometryModel3D.cs (1)
74return Rect3D.Empty;
System\Windows\Media3D\Light.cs (1)
67return Rect3D.Empty;
System\Windows\Media3D\MeshGeometry3D.cs (3)
546_cachedBounds = Rect3D.Empty; 579if (_cachedBounds == Rect3D.Empty) 605private Rect3D _cachedBounds = Rect3D.Empty;
System\Windows\Media3D\Model3DGroup.cs (2)
82return Rect3D.Empty; 85Rect3D bounds = Rect3D.Empty;
System\Windows\Media3D\Rect3D.cs (1)
434this = Empty;
System\Windows\Media3D\Viewport3DVisual.cs (2)
613Rect3D bboxChildrenSubgraph3D = Rect3D.Empty; 628Rect3D currentBounds = Rect3D.Empty;
System\Windows\Media3D\Visual3D.cs (3)
852return Rect3D.Empty; 1074Rect3D currentBounds = Rect3D.Empty; 2172private Rect3D _bboxSubgraph = Rect3D.Empty;