15 references to Empty
PresentationCore (15)
Core\CSharp\MS\Internal\Media3D\M3DUtil.cs (1)
110return Rect3D.Empty;
Core\CSharp\System\Windows\Media3D\Generated\Rect3D.cs (1)
207value = Empty;
Core\CSharp\System\Windows\Media3D\GeometryModel3D.cs (1)
77return Rect3D.Empty;
Core\CSharp\System\Windows\Media3D\Light.cs (1)
70return Rect3D.Empty;
Core\CSharp\System\Windows\Media3D\MeshGeometry3D.cs (3)
551_cachedBounds = Rect3D.Empty; 584if (_cachedBounds == Rect3D.Empty) 610private Rect3D _cachedBounds = Rect3D.Empty;
Core\CSharp\System\Windows\Media3D\Model3DGroup.cs (2)
86return Rect3D.Empty; 89Rect3D bounds = Rect3D.Empty;
Core\CSharp\System\Windows\Media3D\Rect3D.cs (1)
439this = Empty;
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (2)
615Rect3D bboxChildrenSubgraph3D = Rect3D.Empty; 630Rect3D currentBounds = Rect3D.Empty;
Core\CSharp\System\Windows\Media3D\Visual3D.cs (3)
866return Rect3D.Empty; 1088Rect3D currentBounds = Rect3D.Empty; 2202private Rect3D _bboxSubgraph = Rect3D.Empty;