15 references to Empty
PresentationCore (15)
MS\Internal\Media3D\M3DUtil.cs (1)
106return Rect3D.Empty;
System\Windows\Media3D\Generated\Rect3D.cs (1)
181value = Empty;
System\Windows\Media3D\GeometryModel3D.cs (1)
65return Rect3D.Empty;
System\Windows\Media3D\Light.cs (1)
62return Rect3D.Empty;
System\Windows\Media3D\MeshGeometry3D.cs (3)
540_cachedBounds = Rect3D.Empty; 573if (_cachedBounds == Rect3D.Empty) 599private Rect3D _cachedBounds = Rect3D.Empty;
System\Windows\Media3D\Model3DGroup.cs (2)
72return Rect3D.Empty; 75Rect3D bounds = Rect3D.Empty;
System\Windows\Media3D\Rect3D.cs (1)
414this = Empty;
System\Windows\Media3D\Viewport3DVisual.cs (2)
600Rect3D bboxChildrenSubgraph3D = Rect3D.Empty; 615Rect3D currentBounds = Rect3D.Empty;
System\Windows\Media3D\Visual3D.cs (3)
842return Rect3D.Empty; 1064Rect3D currentBounds = Rect3D.Empty; 2160private Rect3D _bboxSubgraph = Rect3D.Empty;