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