2 writes to FiguresSize
PresentationCore (2)
Core\CSharp\System\Windows\Media\PathGeometry.cs (1)
1093data.FiguresSize = pathData.Size;
Core\CSharp\System\Windows\Media\StreamGeometry.cs (1)
474data.FiguresSize = (uint)GetFigureSize(pbPathData);
4 references to FiguresSize
PresentationCore (4)
Core\CSharp\System\Windows\Media\PathGeometry.cs (2)
1100(int)data.FiguresSize 1105channel.AppendCommandData(pPathData, (int)data.FiguresSize);
Core\CSharp\System\Windows\Media\StreamGeometry.cs (2)
479(int)data.FiguresSize 482channel.AppendCommandData(pbPathData, (int)data.FiguresSize);