2 writes to _currentPageSize
ReachFramework (2)
Serialization\Manager\XpsOMPackagingPolicy.cs (2)
158
_currentPageSize
= value;
287
_currentPageSize
= new Size(0, 0);
2 references to _currentPageSize
ReachFramework (2)
Serialization\Manager\XpsOMPackagingPolicy.cs (2)
891
XPS_SIZE xpsSize = new XPS_SIZE() { width = (float)
_currentPageSize
.Width, height = (float)
_currentPageSize
.Height };