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