13 references to Width
System.Drawing (5)
commonui\System\Drawing\Printing\PageSettings.cs (4)
366
int width = PrinterUnitConvert.Convert(paperSize.
Width
, PrinterUnit.Display, PrinterUnit.TenthsOfAMillimeter);
382
int width = PrinterUnitConvert.Convert(paperSize.
Width
, PrinterUnit.Display, PrinterUnit.TenthsOfAMillimeter);
449
pageBounds = new Rectangle(0, 0, size.Height, size.
Width
);
451
pageBounds = new Rectangle(0, 0, size.
Width
, size.Height);
commonui\System\Drawing\Printing\PaperSize.cs (1)
310
+ " Width=" +
Width
.ToString(CultureInfo.InvariantCulture)
System.Workflow.ComponentModel (8)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (6)
1071
physicalPageSize = new Size(paperSize.
Width
, paperSize.Height);
1120
this.footerMarginInput.Maximum = this.headerMarginInput.Maximum = PrinterUnitToUIUnit(this.landscapeRadioButton.Checked ? paperSize.
Width
: paperSize.Height);
1155
this.printDocument.DefaultPageSettings.PaperSize.
Width
== paperSize.
Width
&&
1173
this.printDocument.DefaultPageSettings.PaperSize.
Width
== paperSize.
Width
&&
AuthoringOM\Design\WorkflowLayouts.cs (2)
830
size.Height = Math.Max(paperSize.
Width
, 1);
834
size.Width = Math.Max(paperSize.
Width
, 1);