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