1 write to _defaultHeight
Microsoft.Maui.Graphics (1)
PdfExportContext.cs (1)
37
_defaultHeight
= defaultHeight;
2 references to _defaultHeight
Microsoft.Maui.Graphics (2)
PdfExportContext.cs (2)
42
public float DefaultHeight =>
_defaultHeight
;
51
_currentPageHeight =
_defaultHeight
;