1 write to _pageWidth
PresentationFramework (1)
System\Windows\Documents\FixedDocument.cs (1)
545set { _pageWidth = value.Width; _pageHeight = value.Height; }
3 references to _pageWidth
PresentationFramework (3)
System\Windows\Documents\FixedDocument.cs (3)
544get { return new Size(_pageWidth, _pageHeight); } 717fp.Width = _pageWidth; 772return new Size(_pageWidth, _pageHeight);