10 references to Empty
PresentationCore (8)
System\Windows\Media\Generated\PolyBezierSegment.cs (2)
181
internal static PointCollection s_Points = PointCollection.
Empty
;
211
new FreezableDefaultValueFactory(PointCollection.
Empty
),
System\Windows\Media\Generated\PolyLineSegment.cs (2)
181
internal static PointCollection s_Points = PointCollection.
Empty
;
211
new FreezableDefaultValueFactory(PointCollection.
Empty
),
System\Windows\Media\Generated\PolyQuadraticBezierSegment.cs (2)
181
internal static PointCollection s_Points = PointCollection.
Empty
;
211
new FreezableDefaultValueFactory(PointCollection.
Empty
),
System\Windows\Media3D\Generated\MeshGeometry3D.cs (2)
409
internal static PointCollection s_TextureCoordinates = PointCollection.
Empty
;
470
new FreezableDefaultValueFactory(PointCollection.
Empty
),
PresentationFramework (2)
System\Windows\Shapes\Polygon.cs (1)
41
new FrameworkPropertyMetadata(new FreezableDefaultValueFactory(PointCollection.
Empty
), FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.AffectsRender));
System\Windows\Shapes\Polyline.cs (1)
40
new FrameworkPropertyMetadata(new FreezableDefaultValueFactory(PointCollection.
Empty
), FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.AffectsRender));