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