7 writes to SerializedData
PresentationCore (7)
System\Windows\Media\EllipseGeometry.cs (1)
337
data.
SerializedData
= ctx.GetData();
System\Windows\Media\Geometry.cs (1)
1017
data.
SerializedData
= new byte[size];
System\Windows\Media\GlyphTypeface.cs (1)
1297
pathGeoData.
SerializedData
= data;
System\Windows\Media\LineGeometry.cs (1)
266
data.
SerializedData
= ctx.GetData();
System\Windows\Media\PathGeometry.cs (1)
997
data.
SerializedData
= ctx.GetData();
System\Windows\Media\RectangleGeometry.cs (1)
447
data.
SerializedData
= ctx.GetData();
System\Windows\Media\StreamGeometry.cs (1)
370
data.
SerializedData
= _data;
31 references to SerializedData
PresentationCore (31)
System\Windows\Media\Geometry.cs (13)
297
fixed (byte* pbPathData = pathData.
SerializedData
)
418
fixed (byte* pbPathData = pathData.
SerializedData
)
620
fixed (byte *pbPathData = pathData.
SerializedData
)
704
fixed (byte *pbPathData = pathData.
SerializedData
)
849
fixed (byte* pbPathData = pathData.
SerializedData
)
953
if ((
SerializedData
== null) || (
SerializedData
.Length <= 0))
960
fixed (byte *pbPathData =
SerializedData
)
977
if ((
SerializedData
== null) || (
SerializedData
.Length <= 0))
984
fixed (byte *pbPathData =
SerializedData
)
989
Invariant.Assert(size <= (uint)
SerializedData
.Length);
1019
fixed (byte *pbData = data.
SerializedData
)
System\Windows\Media\PathGeometry.cs (17)
135
fixed (byte* pbData = pathData.
SerializedData
)
141
Invariant.Assert(pathData.
SerializedData
.Length >= currentOffset + sizeof(MIL_PATHGEOMETRY));
159
Debug.Assert(pathData.
SerializedData
.Length >= currentOffset + sizeof(MIL_PATHFIGURE));
179
Debug.Assert(pathData.
SerializedData
.Length >= currentOffset + sizeof(MIL_SEGMENT));
189
Debug.Assert(pathData.
SerializedData
.Length >= currentOffset + sizeof(MIL_SEGMENT_LINE));
204
Debug.Assert(pathData.
SerializedData
.Length >= currentOffset + sizeof(MIL_SEGMENT_BEZIER));
221
Debug.Assert(pathData.
SerializedData
.Length >= currentOffset + sizeof(MIL_SEGMENT_QUADRATICBEZIER));
237
Debug.Assert(pathData.
SerializedData
.Length >= currentOffset + sizeof(MIL_SEGMENT_ARC));
258
Debug.Assert(pathData.
SerializedData
.Length >= currentOffset + sizeof(MIL_SEGMENT_POLY));
270
Debug.Assert(pathData.
SerializedData
.Length >=
591
fixed (byte *pbPathData = pathData.
SerializedData
)
635
fixed (byte* pPathData1 = data1.
SerializedData
)
639
fixed (byte* pPathData2 = data2.
SerializedData
)
792
fixed (byte *pbPathData = pathData.
SerializedData
)
850
fixed (byte *pbPathData1 = data1.
SerializedData
)
854
fixed (byte *pbPathData2 = data2.
SerializedData
)
1044
fixed (byte *pPathData = pathData.
SerializedData
)
System\Windows\Media\StreamGeometry.cs (1)
421
Geometry.GetEmptyPathGeometryData().
SerializedData
: