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