7 writes to SerializedData
PresentationCore (7)
Core\CSharp\System\Windows\Media\EllipseGeometry.cs (1)
354
data.
SerializedData
= ctx.GetData();
Core\CSharp\System\Windows\Media\Geometry.cs (1)
1078
data.
SerializedData
= new byte[size];
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (1)
1641
pathGeoData.
SerializedData
= data;
Core\CSharp\System\Windows\Media\LineGeometry.cs (1)
283
data.
SerializedData
= ctx.GetData();
Core\CSharp\System\Windows\Media\PathGeometry.cs (1)
1051
data.
SerializedData
= ctx.GetData();
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (1)
462
data.
SerializedData
= ctx.GetData();
Core\CSharp\System\Windows\Media\StreamGeometry.cs (1)
406
data.
SerializedData
= _data;
31 references to SerializedData
PresentationCore (31)
Core\CSharp\System\Windows\Media\Geometry.cs (13)
307
fixed (byte* pbPathData = pathData.
SerializedData
)
433
fixed (byte* pbPathData = pathData.
SerializedData
)
647
fixed (byte *pbPathData = pathData.
SerializedData
)
744
fixed (byte *pbPathData = pathData.
SerializedData
)
895
fixed (byte* pbPathData = pathData.
SerializedData
)
1004
if ((
SerializedData
== null) || (
SerializedData
.Length <= 0))
1011
fixed (byte *pbPathData =
SerializedData
)
1033
if ((
SerializedData
== null) || (
SerializedData
.Length <= 0))
1040
fixed (byte *pbPathData =
SerializedData
)
1045
Invariant.Assert(size <= (uint)
SerializedData
.Length);
1080
fixed (byte *pbData = data.
SerializedData
)
Core\CSharp\System\Windows\Media\PathGeometry.cs (17)
152
fixed (byte* pbData = pathData.
SerializedData
)
158
Invariant.Assert(pathData.
SerializedData
.Length >= currentOffset + sizeof(MIL_PATHGEOMETRY));
176
Debug.Assert(pathData.
SerializedData
.Length >= currentOffset + sizeof(MIL_PATHFIGURE));
196
Debug.Assert(pathData.
SerializedData
.Length >= currentOffset + sizeof(MIL_SEGMENT));
206
Debug.Assert(pathData.
SerializedData
.Length >= currentOffset + sizeof(MIL_SEGMENT_LINE));
221
Debug.Assert(pathData.
SerializedData
.Length >= currentOffset + sizeof(MIL_SEGMENT_BEZIER));
238
Debug.Assert(pathData.
SerializedData
.Length >= currentOffset + sizeof(MIL_SEGMENT_QUADRATICBEZIER));
254
Debug.Assert(pathData.
SerializedData
.Length >= currentOffset + sizeof(MIL_SEGMENT_ARC));
275
Debug.Assert(pathData.
SerializedData
.Length >= currentOffset + sizeof(MIL_SEGMENT_POLY));
287
Debug.Assert(pathData.
SerializedData
.Length >=
625
fixed (byte *pbPathData = pathData.
SerializedData
)
678
fixed (byte* pPathData1 = data1.
SerializedData
)
682
fixed (byte* pPathData2 = data2.
SerializedData
)
841
fixed (byte *pbPathData = pathData.
SerializedData
)
904
fixed (byte *pbPathData1 = data1.
SerializedData
)
908
fixed (byte *pbPathData2 = data2.
SerializedData
)
1103
fixed (byte *pPathData = pathData.
SerializedData
)
Core\CSharp\System\Windows\Media\StreamGeometry.cs (1)
467
Geometry.GetEmptyPathGeometryData().
SerializedData
: