60 writes to Size
System.Windows.Forms (22)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
1336
maxCombinedBounds.
Size
= LayoutUtils.UnionSizes(maxCombinedBounds.Size, combinedSize);
winforms\Managed\System\WinForms\Control.cs (2)
6461
newBounds.
Size
= LayoutUtils.IntersectSizes(new Size(proposedWidth,proposedHeight), maximumSize);
6462
newBounds.
Size
= LayoutUtils.UnionSizes(newBounds.Size, MinimumSize);
winforms\Managed\System\WinForms\ControlPaint.cs (3)
81
result.
Size
= bounds.Size;
85
result.
Size
= backgroundImage.Size;
89
result.
Size
= backgroundImage.Size;
winforms\Managed\System\WinForms\Form.cs (3)
1749
bounds.
Size
= value;
6886
restoredWindowBounds.
Size
= ClientSize;
6894
restoreBounds.
Size
= Size;
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (2)
362
remainingBounds.
Size
+= neededSize;
366
remainingBounds.
Size
+= elementPrefSize;
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (1)
64
measureBounds.
Size
= prefSize;
winforms\Managed\System\WinForms\Layout\LayoutUtils.cs (1)
385
rect.
Size
= FlipSize(rect.Size);
winforms\Managed\System\WinForms\PictureBox.cs (2)
446
result.
Size
= image.Size;
457
result.
Size
= image.Size;
winforms\Managed\System\WinForms\ToolStripControlHost.cs (1)
474
specifiedBounds.
Size
= value;
winforms\Managed\System\WinForms\ToolStripItem.cs (2)
604
content.
Size
= LayoutUtils.UnionSizes(Size.Empty, content.Size);
2191
currentBounds.
Size
= value;
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (2)
1518
imageRect.
Size
= menu.ImageScalingSize;
1523
imageRect.
Size
= image.Size;
winforms\Managed\System\WinForms\UpDownBase.cs (1)
1107
upDownEditBounds.
Size
= new Size(clientArea.Width - defaultButtonsWidth, clientArea.Height);
winforms\Managed\System\WinForms\WinFormsUtils.cs (1)
104
bounds.
Size
= new Size(Math.Min(constrainingBounds.Width -2, bounds.Width),
System.Windows.Forms.DataVisualization (1)
WinForm\Utilities\AccessibleObject.cs (1)
321
rect.
Size
= Size.Round(rectSize);
System.Workflow.ComponentModel (37)
AuthoringOM\Design\ActivityDesigner.cs (3)
543
textRectangle.
Size
= this.textSize;
566
imageRectangle.
Size
= designerTheme.ImageSize;
3097
imageRectangle.
Size
= imageSize;
AuthoringOM\Design\CompositeActivityDesigner.cs (1)
360
textRectangle.
Size
= textSize;
AuthoringOM\Design\DesignerWidgets.cs (14)
358
this.bounds.
Size
= value;
476
buttonRectangle.
Size
= this.buttonSize;
659
this.bounds.
Size
= value;
724
itemRectangle.
Size
= this.itemSize;
2089
imageRectangle.
Size
= new Size(this.reqTabItemSize - 2 * TabMargin, this.reqTabItemSize - 2 * TabMargin);
2539
rectangles[j].
Size
= new Size(itemMargin.Width, itemSize.Height + itemMargin.Height);
2566
itemRectangle.
Size
= itemSize;
2742
imageRectangle.
Size
= new Size(itemRectangle.Width - 4, itemRectangle.Height - 4);
2853
scrollRectangle.
Size
= scrollButtonSize;
3374
this.canvasBounds.
Size
= PreviewDesigner.Bounds.Size;
3376
this.canvasBounds.
Size
= new Size(Math.Max(this.canvasBounds.Width, designerTheme.PreviewWindowSize.Width), Math.Max(this.canvasBounds.Height, designerTheme.PreviewWindowSize.Height));
3380
this.canvasBounds.
Size
= designerTheme.PreviewWindowSize;
3388
this.previewModeDescRectangle.
Size
= this.previewDescTextSize;
3398
this.bounds.
Size
= totalSize;
AuthoringOM\Design\MessageFilters\AutoScrollExpandMessageFilter.cs (4)
162
scrollIndicatorRectangles[0].
Size
= scrollIndicatorSize;
167
scrollIndicatorRectangles[1].
Size
= scrollIndicatorSize;
172
scrollIndicatorRectangles[2].
Size
= scrollIndicatorSize;
177
scrollIndicatorRectangles[3].
Size
= scrollIndicatorSize;
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (1)
584
rectangle.
Size
= this.buttonSize;
AuthoringOM\Design\ParallelActivityDesigner.cs (4)
290
dropTargets[0].
Size
= new Size(((designerTheme != null) ? designerTheme.ConnectorSize.Width : 0), firstDesigner.Size.Height);
301
dropTargets[i + 1].
Size
= new Size(((designerTheme != null) ? designerTheme.ConnectorSize.Width : 0), designerBounds1.Height);
307
dropTargets[containedDesigners.Count].
Size
= new Size(((designerTheme != null) ? designerTheme.ConnectorSize.Width : 0), lastDesigner.Size.Height);
312
dropTargets[0].
Size
= new Size(((designerTheme != null) ? designerTheme.ConnectorSize.Width : 0), Location.Y + Size.Height - dropTargets[0].Location.Y);
AuthoringOM\Design\SequentialActivityDesigner.cs (5)
165
helpTextRectangle.
Size
= this.helpTextSize;
214
connectorBounds[0].
Size
= new Size(((designerTheme != null) ? designerTheme.ConnectorSize.Width : 0), startDesignerConnections[0].Y - containerStartConnection.Y);
227
connectorBounds[i + 1].
Size
= new Size(((designerTheme != null) ? designerTheme.ConnectorSize.Width : 0), designerToConnections[0].Y - designerFromConnections[designerFromPointCount - 1].Y);
244
connectorBounds[connectorCount - 1].
Size
= new Size(((designerTheme != null) ? designerTheme.ConnectorSize.Width : 0), containerEndConnection.Y - endDesignerConnections[endDesignerConnections.Count - 1].Y);
250
connectorBounds[0].
Size
= new Size(((designerTheme != null) ? designerTheme.ConnectorSize.Width : 0), containerEndConnection.Y - containerStartConnection.Y);
AuthoringOM\Design\SequentialWorkflowHeaderFooter.cs (2)
139
bounds.
Size
= this.textSize;
163
bounds.
Size
= designerTheme.ImageSize;
AuthoringOM\Design\WorkflowLayouts.cs (2)
573
viewPortBitmapArea.
Size
= new Size(points[1]);
679
viewPortBitmapArea.
Size
= new Size(points[1]);
AuthoringOM\Design\WorkflowPrinting.cs (1)
266
layoutRectangle.
Size
= new Size(Convert.ToInt32(Math.Ceiling((stringSize.Width))), Convert.ToInt32(Math.Ceiling((stringSize.Height))));
154 references to Size
System.Drawing (1)
commonui\System\Drawing\Printing\PreviewPrintController.cs (1)
107
Size size = e.PageBounds.
Size
;
System.Web.DataVisualization (5)
Common\General\Legend.cs (5)
470
Size titleSize = this.GetTitleSize(chartGraph, legendPosition.
Size
);
540
this._legendItemsAreaPosition.
Size
,
601
this._legendItemsAreaPosition.
Size
,
657
this._legendItemsAreaPosition.
Size
,
686
this._legendItemsAreaPosition.
Size
,
System.Windows.Forms (70)
winforms\Managed\System\WinForms\AxHost.cs (2)
1774
if ((b.
Size
.Equals(DefaultSize)) && (!b.
Size
.Equals(p))) {
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (5)
1317
Size textSize = GetTextSize(maxBounds.
Size
);
1330
Size maxTextSize = LayoutUtils.SubAlignedRegion(maxBounds.
Size
, imageSize, textImageRelation);
1336
maxCombinedBounds.Size = LayoutUtils.UnionSizes(maxCombinedBounds.
Size
, combinedSize);
1384
if (textImageRelation == TextImageRelation.ImageBeforeText && layout.imageBounds.
Size
.Width != 0) {
1389
if (textImageRelation == TextImageRelation.ImageAboveText && layout.imageBounds.
Size
.Height != 0) {
winforms\Managed\System\WinForms\Control.cs (5)
2840
return CommonProperties.GetSpecifiedBounds(this).
Size
;
6441
return ApplyBoundsConstraints(0,0,width, height).
Size
;
6448
return ApplyBoundsConstraints(0,0,proposedSize.Width,proposedSize.Height).
Size
;
6462
newBounds.Size = LayoutUtils.UnionSizes(newBounds.
Size
, MinimumSize);
11553
Size scaledSize = LayoutUtils.IntersectSizes(rawScaledBounds.
Size
, maximumSize);
winforms\Managed\System\WinForms\ControlPaint.cs (4)
81
result.Size = bounds.
Size
;
90
Size szCtl = bounds.
Size
;
502
Rectangle partOfImageToDraw = new Rectangle(Point.Empty, imageRect.
Size
);
510
, imageRect.
Size
);
winforms\Managed\System\WinForms\Form.cs (5)
665
this.Size = CommonProperties.GetSpecifiedBounds(this).
Size
;
1750
value = WindowsFormsUtils.ConstrainToScreenWorkingAreaBounds(bounds).
Size
;
3992
correct = ApplyBoundsConstraints(cp.X, cp.Y, correct.Width, correct.Height).
Size
;
5680
Size restoredSize = restoredWindowBounds.
Size
;
7200
Size virtualScreen = SystemInformation.VirtualScreen.
Size
;
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (7)
59
Size newSize = LayoutUtils.UnionSizes(bounds.
Size
, prefSize);
277
Size elementSize = GetVerticalDockedSize(element, remainingBounds.
Size
, measureOnly);
288
Size elementSize = GetVerticalDockedSize(element, remainingBounds.
Size
, measureOnly);
299
Size elementSize = GetHorizontalDockedSize(element, remainingBounds.
Size
, measureOnly);
310
Size elementSize = GetHorizontalDockedSize(element, remainingBounds.
Size
, measureOnly);
325
Size elementSize = remainingBounds.
Size
;//GetFillDockedSize(element, remainingBounds.Size, measureOnly);
445
desiredSize = element.Bounds.
Size
;
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (1)
589
get { return CommonProperties.GetSpecifiedBounds(_element).
Size
; }
winforms\Managed\System\WinForms\Layout\LayoutUtils.cs (2)
248
return Align(Stretch(fitThis, withinThis.
Size
, anchorStyles), withinThis, anchorStyles);
385
rect.Size = FlipSize(rect.
Size
);
winforms\Managed\System\WinForms\Layout\TableLayout.cs (4)
193
Size containerSize = container.DisplayRectangle.
Size
- new Size(cellBorderWidth, cellBorderWidth);
252
Size containerSize = container.DisplayRectangle.
Size
- new Size(cellBorderWidth * 2, cellBorderWidth * 2);
861
return CommonProperties.GetSpecifiedBounds(element).
Size
;
1234
Rectangle elementBounds = LayoutUtils.AlignAndStretch(GetElementSize(element, cellBounds.
Size
), cellBounds, anchorStyles);
winforms\Managed\System\WinForms\LinkLabel.cs (3)
1264
ControlPaint.DrawStringDisabled(e.Graphics, Text, Font, foreColor, clientRectWidthPadding, CreateTextFormatFlags(clientRectWidthPadding.
Size
));
1446
TextRenderer.DrawText(g, Text, font, clientRectWithPadding, brushColor, CreateTextFormatFlags(clientRectWithPadding.
Size
));
1499
TextRenderer.DrawText(g, Text, font, clientRectWithPadding, color, CreateTextFormatFlags(clientRectWithPadding.
Size
));
winforms\Managed\System\WinForms\PictureBox.cs (1)
1219
return CommonProperties.GetSpecifiedBounds(this).
Size
;
winforms\Managed\System\WinForms\TabControl.cs (1)
562
return GetTabRect(0).
Size
;
winforms\Managed\System\WinForms\ToolStrip.cs (8)
1465
return this.DisplayRectangle.
Size
;
1523
toolStripOverflowButton.Size = toolStripOverflowButton.GetPreferredSize(this.DisplayRectangle.
Size
- this.Padding.Size);
3427
toolStripOverflowButton.Size = toolStripOverflowButton.GetPreferredSize(this.DisplayRectangle.
Size
- this.Padding.Size);
4331
size = LayoutUtils.UnionSizes(size, toolStripOverflowButton.Bounds.
Size
);
4334
size = LayoutUtils.UnionSizes(size, toolStripGrip.Bounds.
Size
);
4396
biggestItemSize = LayoutUtils.UnionSizes(biggestItemSize, item.Bounds.
Size
);
4454
biggestItemSize = LayoutUtils.UnionSizes(biggestItemSize, item.Bounds.
Size
);
4696
Size size = CommonProperties.GetSpecifiedBounds(this).
Size
;
winforms\Managed\System\WinForms\ToolStripControlHost.cs (1)
812
Size size = LayoutUtils.DeflateRect(this.Bounds, this.Padding).
Size
;
winforms\Managed\System\WinForms\ToolStripDropDown.cs (3)
726
return Screen.GetWorkingArea(this.Bounds).
Size
- this.Padding.Size;
1214
Rectangle suggestedScreenBounds = new Rectangle(screenPoint, suggestedBounds.
Size
);
1230
dropDownBounds = new Rectangle(parentClientPoint, suggestedBounds.
Size
);
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (1)
510
textRectangle.Y = LayoutUtils.VAlign(textRectangle.
Size
, new Rectangle(Point.Empty, maxItemSize), ContentAlignment.MiddleCenter).Y;
winforms\Managed\System\WinForms\ToolStripItem.cs (4)
604
content.Size = LayoutUtils.UnionSizes(Size.Empty, content.
Size
);
2187
return Bounds.
Size
;
2753
ParentInternal.Invalidate(new Rectangle(rectangleLocation, r.
Size
), true);
4406
return new Rectangle(Owner.ParentInternal.PointToScreen(bounds.Location), bounds.
Size
);
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (2)
1483
arrowRect.Y = LayoutUtils.VAlign(arrowRect.
Size
, ownerItem.ClientBounds, ContentAlignment.MiddleCenter).Y;
1525
imageRect.Y = LayoutUtils.VAlign(imageRect.
Size
, ownerItem.ClientBounds, ContentAlignment.MiddleCenter).Y;
winforms\Managed\System\WinForms\ToolStripOverflow.cs (1)
156
biggestItemSize = LayoutUtils.UnionSizes(biggestItemSize, item.Bounds.
Size
);
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (1)
673
e.Graphics.DrawImage(image, imageRect, new Rectangle(Point.Empty, imageRect.
Size
), GraphicsUnit.Pixel);
winforms\Managed\System\WinForms\ToolStripRenderer.cs (2)
878
e.Graphics.DrawImage(image, imageRect, new Rectangle(Point.Empty,imageRect.
Size
), GraphicsUnit.Pixel);
936
Size textSize = LayoutUtils.FlipSize(textRect.
Size
);
winforms\Managed\System\WinForms\ToolStripSplitStackLayout.cs (5)
61
Size overflowButtonSize = toolStrip.OverflowButton.AutoSize ? toolStrip.OverflowButton.GetPreferredSize(displayRectangle.
Size
) : toolStrip.OverflowButton.Size;
121
Size itemSize = item.AutoSize ? item.GetPreferredSize(this.displayRectangle.
Size
) : item.Size;
171
Size itemSize = item.AutoSize ? item.GetPreferredSize(displayRectangle.
Size
) : item.Size;
397
Size toolStripPreferredSize = displayRectangle.
Size
;
609
Size itemSize = item.AutoSize ? item.GetPreferredSize(displayRectangle.
Size
) : item.Size;
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (1)
258
Rectangle bounds = new Rectangle(Point.Empty, e.GripBounds.
Size
);
winforms\Managed\System\WinForms\WinFormsUtils.cs (1)
738
this.graphics.SetClip(new Rectangle(Point.Empty, translatedBounds.
Size
));
System.Windows.Forms.DataVisualization (6)
Common\General\Legend.cs (5)
470
Size titleSize = this.GetTitleSize(chartGraph, legendPosition.
Size
);
540
this._legendItemsAreaPosition.
Size
,
601
this._legendItemsAreaPosition.
Size
,
657
this._legendItemsAreaPosition.
Size
,
686
this._legendItemsAreaPosition.
Size
,
WinForm\Utilities\AccessibleObject.cs (1)
315
SizeF rectSize = rect.
Size
;
System.Workflow.Activities (1)
Designers\StateDesignerConnector.cs (1)
226
Size size = (Source != null) ? Source.Bounds.
Size
: Size.Empty;
System.Workflow.ComponentModel (71)
AuthoringOM\Design\ActivityDesigner.cs (8)
411
if (!imageRectangle.
Size
.IsEmpty)
1577
if (!textRectangle.
Size
.IsEmpty)
1674
if (!String.IsNullOrEmpty(Text) && !TextRectangle.
Size
.IsEmpty)
1680
if (Image != null && !ImageRectangle.
Size
.IsEmpty)
1895
return new Rectangle(PointToScreen(rectangle.Location), parentView.LogicalSizeToClient(rectangle.
Size
));
1916
return new Rectangle(PointToLogical(rectangle.Location), parentView.ClientSizeToLogical(rectangle.
Size
));
3038
Size imageSize = rectangle.
Size
;
3090
Size imageSize = designer.SmartTagRectangle.
Size
;
AuthoringOM\Design\ActivityPreviewDesigner.cs (1)
1054
while (accessibilityObject.Bounds.
Size
.IsEmpty && accessibilityObject.GetChildCount() > 0)
AuthoringOM\Design\CompositeActivityDesigner.cs (10)
238
Size textSize = TextRectangle.
Size
;
265
if (!textRectangle.
Size
.IsEmpty)
275
if (!expandButtonRectangle.
Size
.IsEmpty || !textRectangle.
Size
.IsEmpty || !imageRectangle.
Size
.IsEmpty)
278
if (!imageRectangle.
Size
.IsEmpty && !textRectangle.
Size
.IsEmpty)
297
Size expandButtonSize = ExpandButtonRectangle.
Size
;
299
Size textSize = TextRectangle.
Size
;
1237
if (!expandButtonRectangle.
Size
.IsEmpty)
AuthoringOM\Design\Connector.cs (3)
515
Size size = (this.source != null) ? this.source.Bounds.
Size
: Size.Empty;
755
return new Rectangle(parentView.LogicalPointToScreen(bounds.Location), parentView.LogicalSizeToClient(bounds.
Size
));
1495
Size controlPointSize = this.owner.Source.Bounds.
Size
;
AuthoringOM\Design\DesignerHelpers.cs (1)
173
Rectangle imageRectangle = GetRectangleFromAlignment(alignment, destination, source.
Size
);
AuthoringOM\Design\DesignerWidgets.cs (22)
349
return this.bounds.
Size
;
354
if (this.bounds.
Size
!= value)
487
buttonRectangle.X = this.bounds.X + this.margin.Width + buttonRectangle.
Size
.Width + this.itemStrip.Size.Width;
489
buttonRectangle.X = this.bounds.Right - buttonRectangle.
Size
.Width;
497
buttonRectangle.Y = this.bounds.Y + this.margin.Height + buttonRectangle.
Size
.Height + this.itemStrip.Size.Height;
499
buttonRectangle.Y = this.bounds.Bottom - buttonRectangle.
Size
.Height;
651
return this.bounds.
Size
;
656
if (this.bounds.
Size
!= value)
1324
base.Size = this.formRectangle.
Size
;
1772
TabChange(this, new TabSelectionChangeEventArgs(previousTab, currentTab, new Rectangle(PointToScreen(tabItemBounds.Location), tabItemBounds.
Size
)));
2591
return this.bounds.
Size
;
2662
this.bounds.Width += GetButtonBounds(ScrollButton.Left).
Size
.Width;
2663
this.bounds.Width += GetButtonBounds(ScrollButton.Right).
Size
.Width;
2852
scrollRectangle.Y = this.bounds.Y + this.bounds.
Size
.Height / 2 - scrollButtonSize.Height / 2;
2953
bounds = new Rectangle(workflowView.LogicalPointToScreen(bounds.Location), workflowView.LogicalSizeToClient(bounds.
Size
));
3271
return this.bounds.
Size
;
3374
this.canvasBounds.Size = PreviewDesigner.Bounds.
Size
;
3387
this.previewDescTextSize.Width = Math.Min(this.canvasBounds.
Size
.Width - margin.Width - this.previewModeButtonRectangle.
Size
.Width, this.previewDescTextSize.Width);
3391
this.previewModeButtonRectangle.Width = this.previewModeButtonRectangle.
Size
.Height;
3395
totalSize.Height = Math.Max(this.previewModeButtonRectangle.
Size
.Height, this.previewDescTextSize.Height);
3598
bounds = new Rectangle(workflowView.LogicalPointToScreen(bounds.Location), workflowView.LogicalSizeToClient(bounds.
Size
));
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
1073
physicalPageSize = this.printDocument.DefaultPageSettings.Bounds.
Size
;
AuthoringOM\Design\FreeFormDesigner.cs (3)
812
Size size = bounds.
Size
;
1048
sizeProperty.SetValue(designer.Activity, bounds.
Size
);
1050
designer.Size = bounds.
Size
;
AuthoringOM\Design\Glyphs\ShadowGlyph.cs (1)
39
if (!bounds.
Size
.IsEmpty)
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (2)
325
return new Rectangle(ActivityDesignerPaint.GetRectangleFromAlignment(action.DockAlignment, bounds, action.Bounds.
Size
).Location, action.Bounds.
Size
);
AuthoringOM\Design\SequentialActivityDesigner.cs (3)
406
if (CurrentDropTarget == -1 && !helpTextRectangle.
Size
.IsEmpty)
528
glyphLocation = new Point(connectors[i].Location.X + connectors[i].
Size
.Width / 2 + 1, connectors[i].Location.Y + connectors[i].
Size
.Height / 2);
AuthoringOM\Design\SequentialWorkflowHeaderFooter.cs (4)
109
if (!textBounds.
Size
.IsEmpty || !imageBounds.
Size
.IsEmpty)
209
if (!String.IsNullOrEmpty(Text) && !TextRectangle.
Size
.IsEmpty && e.DesignerTheme != null && e.DesignerTheme.Font != null)
216
if (Image != null && !ImageRectangle.
Size
.IsEmpty)
AuthoringOM\Design\SequentialWorkflowRootDesigner.cs (1)
280
size.Height += footer.ImageRectangle.Height + 2 * e.AmbientTheme.Margin.Height + footer.FooterBarRectangle.
Size
.Height;
AuthoringOM\Design\StructuredCompositeActivityDesigner.cs (1)
216
return (!String.IsNullOrEmpty(Text) && !TextRectangle.
Size
.IsEmpty && Views.Count > 1);
AuthoringOM\Design\WorkflowLayouts.cs (3)
570
points = new Point[] { viewPortBitmapArea.Location, new Point(viewPortBitmapArea.
Size
) };
676
points = new Point[] { viewPortBitmapArea.Location, new Point(viewPortBitmapArea.
Size
) };
681
ActivityDesignerPaint.DrawImage(graphics, memoryBitmap, new Rectangle(bitmapDrawingPoint, viewPortBitmapArea.
Size
), viewPortBitmapArea, DesignerContentAlignment.Fill, 1.0f, WorkflowTheme.CurrentTheme.AmbientTheme.DrawGrayscale);
AuthoringOM\Design\WorkflowPrinting.cs (4)
126
Size printableArea = new Size(printPageArg.PageBounds.
Size
.Width - (margins.Left + margins.Right), printPageArg.PageBounds.
Size
.Height - (margins.Top + margins.Bottom));
298
layoutRectangle.Y = headerFooterPrintData.PageBounds.Bottom - headerFooterPrintData.HeaderFooterMargins.Bottom - layoutRectangle.
Size
.Height;
320
Size paperSize = printPageArg.PageBounds.
Size
;
AuthoringOM\Design\WorkflowView.cs (3)
1540
viewPortData.ViewPortSize = viewPortData.LogicalViewPort.
Size
;
2080
return new Rectangle(LogicalPointToClient(clientViewPort.Location, false), LogicalSizeToClient(clientViewPort.
Size
));
2088
Rectangle scaledLogicalViewPort = new Rectangle(ClientPointToLogical(rectangle.Location, false), ClientSizeToLogical(rectangle.
Size
));