15 references to Empty
PresentationCore (15)
MS\Internal\Media3D\M3DUtil.cs (1)
105return Rect3D.Empty;
System\Windows\Media3D\Generated\Rect3D.cs (1)
187value = Empty;
System\Windows\Media3D\GeometryModel3D.cs (1)
64return Rect3D.Empty;
System\Windows\Media3D\Light.cs (1)
61return Rect3D.Empty;
System\Windows\Media3D\MeshGeometry3D.cs (3)
539_cachedBounds = Rect3D.Empty; 572if (_cachedBounds == Rect3D.Empty) 598private Rect3D _cachedBounds = Rect3D.Empty;
System\Windows\Media3D\Model3DGroup.cs (2)
71return Rect3D.Empty; 74Rect3D bounds = Rect3D.Empty;
System\Windows\Media3D\Rect3D.cs (1)
413this = Empty;
System\Windows\Media3D\Viewport3DVisual.cs (2)
593Rect3D bboxChildrenSubgraph3D = Rect3D.Empty; 608Rect3D currentBounds = Rect3D.Empty;
System\Windows\Media3D\Visual3D.cs (3)
841return Rect3D.Empty; 1063Rect3D currentBounds = Rect3D.Empty; 2153private Rect3D _bboxSubgraph = Rect3D.Empty;