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