8 references to Empty
PresentationCore (8)
System\Windows\Media\Generated\PolyBezierSegment.cs (2)
184
internal static PointCollection s_Points = PointCollection.
Empty
;
214
new FreezableDefaultValueFactory(PointCollection.
Empty
),
System\Windows\Media\Generated\PolyLineSegment.cs (2)
184
internal static PointCollection s_Points = PointCollection.
Empty
;
214
new FreezableDefaultValueFactory(PointCollection.
Empty
),
System\Windows\Media\Generated\PolyQuadraticBezierSegment.cs (2)
184
internal static PointCollection s_Points = PointCollection.
Empty
;
214
new FreezableDefaultValueFactory(PointCollection.
Empty
),
System\Windows\Media3D\Generated\MeshGeometry3D.cs (2)
412
internal static PointCollection s_TextureCoordinates = PointCollection.
Empty
;
473
new FreezableDefaultValueFactory(PointCollection.
Empty
),