7 writes to SerializedData
PresentationCore (7)
System\Windows\Media\EllipseGeometry.cs (1)
321data.SerializedData = ctx.GetData();
System\Windows\Media\Geometry.cs (1)
997data.SerializedData = new byte[size];
System\Windows\Media\GlyphTypeface.cs (1)
1287pathGeoData.SerializedData = data;
System\Windows\Media\LineGeometry.cs (1)
250data.SerializedData = ctx.GetData();
System\Windows\Media\PathGeometry.cs (1)
969data.SerializedData = ctx.GetData();
System\Windows\Media\RectangleGeometry.cs (1)
433data.SerializedData = ctx.GetData();
System\Windows\Media\StreamGeometry.cs (1)
349SerializedData = _data
31 references to SerializedData
PresentationCore (31)
System\Windows\Media\Geometry.cs (13)
284fixed (byte* pbPathData = pathData.SerializedData) 402fixed (byte* pbPathData = pathData.SerializedData) 601fixed (byte *pbPathData = pathData.SerializedData) 684fixed (byte* pbPathData = pathData.SerializedData) 827fixed (byte* pbPathData = pathData.SerializedData) 931if ((SerializedData == null) || (SerializedData.Length <= 0)) 938fixed (byte *pbPathData = SerializedData) 955if ((SerializedData == null) || (SerializedData.Length <= 0)) 962fixed (byte *pbPathData = SerializedData) 967Invariant.Assert(size <= (uint)SerializedData.Length); 999fixed (byte *pbData = data.SerializedData)
System\Windows\Media\PathGeometry.cs (17)
110fixed (byte* pbData = pathData.SerializedData) 116Invariant.Assert(pathData.SerializedData.Length >= currentOffset + sizeof(MIL_PATHGEOMETRY)); 134Debug.Assert(pathData.SerializedData.Length >= currentOffset + sizeof(MIL_PATHFIGURE)); 154Debug.Assert(pathData.SerializedData.Length >= currentOffset + sizeof(MIL_SEGMENT)); 164Debug.Assert(pathData.SerializedData.Length >= currentOffset + sizeof(MIL_SEGMENT_LINE)); 179Debug.Assert(pathData.SerializedData.Length >= currentOffset + sizeof(MIL_SEGMENT_BEZIER)); 196Debug.Assert(pathData.SerializedData.Length >= currentOffset + sizeof(MIL_SEGMENT_QUADRATICBEZIER)); 212Debug.Assert(pathData.SerializedData.Length >= currentOffset + sizeof(MIL_SEGMENT_ARC)); 233Debug.Assert(pathData.SerializedData.Length >= currentOffset + sizeof(MIL_SEGMENT_POLY)); 245Debug.Assert(pathData.SerializedData.Length >= 567fixed (byte *pbPathData = pathData.SerializedData) 611fixed (byte* pPathData1 = data1.SerializedData) 615fixed (byte* pPathData2 = data2.SerializedData) 762fixed (byte *pbPathData = pathData.SerializedData) 820fixed (byte *pbPathData1 = data1.SerializedData) 824fixed (byte *pbPathData2 = data2.SerializedData) 1016fixed (byte *pPathData = pathData.SerializedData)
System\Windows\Media\StreamGeometry.cs (1)
400byte[] pathDataToMarshal = _data ?? GetEmptyPathGeometryData().SerializedData;