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)
891XPS_SIZE xpsSize = new XPS_SIZE() { width = (float)_currentPageSize.Width, height = (float)_currentPageSize.Height };