1 write to _defaultWidth
Microsoft.Maui.Graphics (1)
PdfExportContext.cs (1)
36 _defaultWidth = defaultWidth;
2 references to _defaultWidth
Microsoft.Maui.Graphics (2)
PdfExportContext.cs (2)
40 public float DefaultWidth => _defaultWidth; 50 _currentPageWidth = _defaultWidth;