2 writes to FiguresSize
PresentationCore (2)
System\Windows\Media\PathGeometry.cs (1)
1006data.FiguresSize = pathData.Size;
System\Windows\Media\StreamGeometry.cs (1)
406data.FiguresSize = (uint)GetFigureSize(pbPathData);
4 references to FiguresSize
PresentationCore (4)
System\Windows\Media\PathGeometry.cs (2)
1013(int)data.FiguresSize 1018channel.AppendCommandData(pPathData, (int)data.FiguresSize);
System\Windows\Media\StreamGeometry.cs (2)
411(int)data.FiguresSize 414channel.AppendCommandData(pbPathData, (int)data.FiguresSize);