176 references to Rectangle
System.Drawing (1)
misc\GDI\WindowsRegion.cs (1)
196return new Rectangle(new Point(rect.left, rect.top), rect.Size);
System.Windows.Forms (95)
misc\GDI\WindowsRegion.cs (1)
196return new Rectangle(new Point(rect.left, rect.top), rect.Size);
winforms\Managed\System\WinForms\CheckBoxRenderer.cs (3)
104Rectangle glyphBounds = new Rectangle(glyphLocation, GetGlyphSize(g, state, hWnd)); 145Rectangle glyphBounds = new Rectangle(glyphLocation, GetGlyphSize(g, state, hWnd)); 191Rectangle glyphBounds = new Rectangle(glyphLocation, GetGlyphSize(g, state));
winforms\Managed\System\WinForms\ComboBox.cs (1)
5934outerBorder = new Rectangle(clientRect.Location, new Size(clientRect.Width - 1, clientRect.Height - 1));
winforms\Managed\System\WinForms\Control.cs (2)
10362PrintToMetaFileRecursive(hDC, lParam, new Rectangle(Point.Empty, this.Size)); 10383Rectangle clientBounds = new Rectangle(clientOffset, ClientSize);
winforms\Managed\System\WinForms\ControlPaint.cs (2)
502Rectangle partOfImageToDraw = new Rectangle(Point.Empty, imageRect.Size); 509Rectangle partOfImageToDraw = new Rectangle(new Point(imageRect.X - imageRectangle.X, imageRect.Y - imageRectangle.Y)
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
1244cellBounds = new Rectangle(new Point(0, 0), GetSize(rowIndex));
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
19353Invalidate(new Rectangle(new Point(-pt.X, ColumnHeadersHeight), 19364Invalidate(new Rectangle(new Point(ClientSize.Width - (pt.X - rect.Right) - step, ColumnHeadersHeight), 19371Invalidate(new Rectangle(new Point(0, -pt.Y), 19378Invalidate(new Rectangle(new Point(0, ColumnHeadersHeight),
winforms\Managed\System\WinForms\DataGridViewUtilities.cs (1)
344return new Rectangle(GetTextLocation(cellBounds, sizeConstraint, flags, cellStyle), sizeConstraint);
winforms\Managed\System\WinForms\Label.cs (1)
1624ControlPaint.PrintBorder(g, new Rectangle(Point.Empty, Size), BorderStyle, Border3DStyle.SunkenOuter);
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (1)
91Rectangle newBounds = new Rectangle(location, newSize);
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (2)
57Rectangle measureBounds = new Rectangle(new Point(0, 0), proposedConstraints); 220Rectangle cellBounds = new Rectangle(location, new Size(requiredSize.Width, rowBounds.Height));
winforms\Managed\System\WinForms\Panel.cs (1)
296ControlPaint.PrintBorder(g, new Rectangle(Point.Empty, Size), BorderStyle, Border3DStyle.Sunken);
winforms\Managed\System\WinForms\RadioButtonRenderer.cs (3)
103Rectangle glyphBounds = new Rectangle(glyphLocation, GetGlyphSize(g, state, hWnd)); 138Rectangle glyphBounds = new Rectangle(glyphLocation, GetGlyphSize(g, state, hWnd)); 184Rectangle glyphBounds = new Rectangle(glyphLocation, GetGlyphSize(g, state, hWnd));
winforms\Managed\System\WinForms\ToolStrip.cs (3)
4026Rectangle comparisonRect = new Rectangle(point, onePixel); 4180item.SetBounds(new Rectangle(location, item.Size)); 4621cursorLocation = WindowsFormsUtils.ConstrainToScreenBounds(new Rectangle(cursorLocation, onePixel)).Location;
winforms\Managed\System\WinForms\ToolStripDropDown.cs (3)
1214Rectangle suggestedScreenBounds = new Rectangle(screenPoint, suggestedBounds.Size); 1230dropDownBounds = new Rectangle(parentClientPoint, suggestedBounds.Size); 1247Rectangle dropDownBounds = new Rectangle(Point.Empty, GetSuggestedSize());
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (3)
122Rectangle ownerItemBounds = new Rectangle(TranslatePoint(Point.Empty, ToolStripPointType.ToolStripItemCoords, ToolStripPointType.ScreenCoords), Size); 382Rectangle dropDownBounds = new Rectangle(Point.Empty, DropDown.GetSuggestedSize()); 387Rectangle itemScreenBounds = new Rectangle(this.TranslatePoint(Point.Empty, ToolStripPointType.ToolStripItemCoords, ToolStripPointType.ScreenCoords), this.Size);
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (5)
474textRectangle = new Rectangle(nextPoint, maxTextSize); 479arrowRectangle = new Rectangle(nextPoint, maxArrowSize); 510textRectangle.Y = LayoutUtils.VAlign(textRectangle.Size, new Rectangle(Point.Empty, maxItemSize), ContentAlignment.MiddleCenter).Y; 783UpScrollButton.SetBounds(new Rectangle(upLocation, upSize)); 789DownScrollButton.SetBounds(new Rectangle(downLocation, downSize));
winforms\Managed\System\WinForms\ToolStripHighContrastRenderer.cs (7)
138 Rectangle bounds = new Rectangle(Point.Empty, e.Item.Size); 185 DrawArrow(new ToolStripArrowRenderEventArgs(g, item, new Rectangle(Point.Empty, item.Size), arrowColor, ArrowDirection.Down)); 227 Rectangle bounds = new Rectangle(Point.Empty, e.ToolStrip.Size); 254 Rectangle bounds = new Rectangle(Point.Empty, e.ToolStrip.Size); 313 Rectangle bounds = new Rectangle(Point.Empty, e.Item.Size); 393Rectangle bounds = new Rectangle(Point.Empty, e.Item.Size); 420 Rectangle bounds = new Rectangle(Point.Empty, e.Item.Size);
winforms\Managed\System\WinForms\ToolStripItem.cs (3)
2753ParentInternal.Invalidate(new Rectangle(rectangleLocation, r.Size), true); 4406return new Rectangle(Owner.ParentInternal.PointToScreen(bounds.Location), bounds.Size); 4693Rectangle bounds = new Rectangle(Point.Empty, ownerItem.Size);
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
820ControlPaint.DrawCaptionButton(g, new Rectangle(Point.Empty, image.Size), (CaptionButton)buttonToUse, ButtonState.Flat);
winforms\Managed\System\WinForms\ToolStripProfessionalLowResolutionRenderer.cs (1)
41Rectangle bounds = new Rectangle(Point.Empty, e.ToolStrip.Size);
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (25)
216Rectangle bounds = new Rectangle(Point.Empty, item.Size); 232RenderSeparatorInternal(e.Graphics, e.Item, new Rectangle(Point.Empty, e.Item.Size), e.Vertical); 247Rectangle bounds = new Rectangle(Point.Empty, item.Size); 314Rectangle bounds = new Rectangle(Point.Empty, item.Size); 375Rectangle bounds = new Rectangle(Point.Empty, toolStrip.Size); 492Rectangle bounds = new Rectangle(Point.Empty, item.Size); 673e.Graphics.DrawImage(image, imageRect, new Rectangle(Point.Empty, imageRect.Size), GraphicsUnit.Pixel); 732Rectangle bounds = new Rectangle(Point.Empty, toolStrip.Size); 748Rectangle topLeftParentHorizontalPixels = new Rectangle(topLeft, onePix); 749Rectangle bottomLeftParentHorizontalPixels = new Rectangle(bottomLeft, new Size(2, 1)); 958Rectangle bounds = new Rectangle(Point.Empty, item.Size); 983Rectangle gradientBounds = new Rectangle(Point.Empty, parent.Size); 987g.FillRectangle(b, new Rectangle(Point.Empty, control.Size)); 992Rectangle gradientBounds = new Rectangle(Point.Empty, control.Size); 1003g.FillRectangle(b, new Rectangle(Point.Empty, control.Size)); 1014Rectangle bounds = new Rectangle(Point.Empty, e.ToolStrip.Size); 1024Rectangle bounds = new Rectangle(Point.Empty, e.ToolStrip.Size); 1036Rectangle bounds = new Rectangle(Point.Empty, toolStripDropDown.Size); 1056Rectangle overflowBoundsFill = new Rectangle(Point.Empty, e.Item.Size); 1155Rectangle bounds = new Rectangle(Point.Empty, e.ToolStrip.Size); 1172Rectangle topLeftShadowRect = new Rectangle(topLeft, onePix); 1176Rectangle topLeftShadowRect2 = new Rectangle(topLeft, onePix); 1180Rectangle topRightShadowRect = new Rectangle(topRight, onePix); 1207g.FillRectangle(b, new Rectangle(gradientCopyPixel, onePix)); 1371Rectangle bounds = new Rectangle(Point.Empty, item.Size);
winforms\Managed\System\WinForms\ToolStripRenderer.cs (2)
878e.Graphics.DrawImage(image, imageRect, new Rectangle(Point.Empty,imageRect.Size), GraphicsUnit.Pixel); 942TextRenderer.DrawText(textGraphics, text, textFont, new Rectangle(Point.Empty, textSize), textColor, textFormat);
winforms\Managed\System\WinForms\ToolStripRenderEventArgs.cs (2)
30this.affectedBounds = new Rectangle(Point.Empty, toolStrip.Size); 113Rectangle itemBounds = new Rectangle(toolStrip.PointToClient(ownerItem.TranslatePoint(Point.Empty, ToolStripPointType.ToolStripItemCoords, ToolStripPointType.ScreenCoords)), ownerItem.Size);
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (3)
368Rectangle dropDownButtonBounds = new Rectangle(Point.Empty, this.Size); 372dropDownButtonBounds = new Rectangle(Point.Empty, new Size(Math.Min(this.Width, DropDownButtonWidth), this.Height)); 378splitButtonButtonBounds = new Rectangle(Point.Empty, new Size(splitButtonButtonWidth, splitButtonButtonHeight));
winforms\Managed\System\WinForms\ToolStripSplitStackLayout.cs (2)
518Rectangle itemBounds = new Rectangle(itemLocation, itemSize); 544item.SetBounds(new Rectangle(itemLocation, itemSize));
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (9)
258Rectangle bounds = new Rectangle(Point.Empty, e.GripBounds.Size); 341vsRenderer.DrawBackground(g, new Rectangle(Point.Empty, item.Size)); 347DrawArrow(new ToolStripArrowRenderEventArgs(g, item, new Rectangle(Point.Empty, item.Size), arrowColor, ArrowDirection.Down)); 374Rectangle bounds = new Rectangle(Point.Empty, item.Size); 392Rectangle fillRect = new Rectangle(Point.Empty, item.Size); 437RenderSeparatorInternal(e.Graphics, e.Item, new Rectangle(Point.Empty, e.Item.Size), e.Vertical); 466Rectangle bounds = new Rectangle(Point.Empty, splitButton.Size); 576vsRenderer.DrawBackground(g, new Rectangle(Point.Empty, item.Size)); 579RenderSmall3DBorderInternal(g, new Rectangle(Point.Empty, item.Size), state, (item.RightToLeft == RightToLeft.Yes));
winforms\Managed\System\WinForms\TreeView.cs (1)
2828bounds = new Rectangle(textLoc, new Size(textSize.Width, bounds.Height));
winforms\Managed\System\WinForms\UpDownBase.cs (1)
1093Rectangle clientArea = new Rectangle(Point.Empty, ClientSize);
winforms\Managed\System\WinForms\WinFormsUtils.cs (1)
738this.graphics.SetClip(new Rectangle(Point.Empty, translatedBounds.Size));
System.Workflow.Activities (6)
Designers\SetStateDesigner.cs (1)
99return new Rectangle(location, size);
Designers\StateDesigner.Layouts.cs (4)
124return new Rectangle(_location, _size); 407Rectangle rectangle = new Rectangle(_imageLocation, _imageSize); 416Rectangle rectangle = new Rectangle(_textLocation, _textSize); 1205Rectangle rectangle = new Rectangle(location, size);
Rules\Design\Dialogs\IntellisenseTextBox.cs (1)
440Rectangle listboxRectangle = new Rectangle(locationInDialog, this.listBoxAutoComplete.Size);
System.Workflow.ComponentModel (73)
AuthoringOM\Design\ActivityDesigner.cs (4)
264return new Rectangle(Location, Size); 1072Rectangle viewPort = new Rectangle(bounds.Location, new Size(bounds.Width + 1, bounds.Height + 1)); 1895return new Rectangle(PointToScreen(rectangle.Location), parentView.LogicalSizeToClient(rectangle.Size)); 1916return new Rectangle(PointToLogical(rectangle.Location), parentView.ClientSizeToLogical(rectangle.Size));
AuthoringOM\Design\ActivityPreviewDesigner.cs (1)
992rectangle = new Rectangle(configErrorLocation, configErrorSize);
AuthoringOM\Design\CompositeActivityDesigner.cs (3)
243Rectangle expandButtonRectangle = new Rectangle(bounds.Location, designerTheme.ExpandButtonSize); 302Rectangle imageRectangle = new Rectangle(bounds.Location, imageSize); 354Rectangle textRectangle = new Rectangle(bounds.Location, textSize);
AuthoringOM\Design\Connector.cs (2)
137Rectangle enclosingBounds = new Rectangle(new Point(location.X - size.Width / 2, location.Y - size.Height / 2), size); 755return new Rectangle(parentView.LogicalPointToScreen(bounds.Location), parentView.LogicalSizeToClient(bounds.Size));
AuthoringOM\Design\DesignerHelpers.cs (7)
135DrawImage(graphics, image, destination, new Rectangle(Point.Empty, image.Size), alignment, 1.0f, false); 143DrawImage(graphics, image, destination, new Rectangle(Point.Empty, image.Size), DesignerContentAlignment.Center, transparency, false); 321DrawImage(graphics, image, bounds, new Rectangle(Point.Empty, image.Size), DesignerContentAlignment.Fill, transparency, (buttonState == ButtonState.Inactive)); 339graphics.FillRectangle(ambientTheme.MajorGridBrush, new Rectangle(new Point(gridCoOrdX, gridCoOrdY), new Size(1, 1))); 343graphics.FillRectangle(ambientTheme.MinorGridBrush, new Rectangle(new Point(gridCoOrdX + ambientTheme.GridSize.Width / 2, gridCoOrdY + ambientTheme.GridSize.Height / 2), new Size(1, 1))); 516DrawImage(graphics, compositeDesignerTheme.WatermarkImage, bounds, new Rectangle(Point.Empty, compositeDesignerTheme.WatermarkImage.Size), compositeDesignerTheme.WatermarkAlignment, AmbientTheme.WatermarkTransparency, false); 1894Rectangle enclosingRect = new Rectangle(leftTop, new Size(rightBottom.X - leftTop.X, rightBottom.Y - leftTop.Y));
AuthoringOM\Design\DesignerWidgets.cs (6)
1257graphics.DrawImage(this.enabledItems[i].Image, new Rectangle(imagePoint, imageSize), new Rectangle(Point.Empty, imageSize), GraphicsUnit.Pixel); 1772TabChange(this, new TabSelectionChangeEventArgs(previousTab, currentTab, new Rectangle(PointToScreen(tabItemBounds.Location), tabItemBounds.Size))); 2953bounds = new Rectangle(workflowView.LogicalPointToScreen(bounds.Location), workflowView.LogicalSizeToClient(bounds.Size)); 3470graphics.DrawImage(previewedActivityImage, destnRectangle, new Rectangle(Point.Empty, previewedActivityImage.Size), GraphicsUnit.Pixel); 3598bounds = new Rectangle(workflowView.LogicalPointToScreen(bounds.Location), workflowView.LogicalSizeToClient(bounds.Size));
AuthoringOM\Design\FreeFormDesigner.cs (4)
518FreeformActivityDesigner.SetDesignerBounds(containedDesigner, new Rectangle(newLocation, containedDesigner.Size)); 537FreeformActivityDesigner.SetDesignerBounds(containedDesigner, new Rectangle(containedDesigner.Location, newSize)); 988ParentView.InvalidateClientRectangle(new Rectangle(designer.Location, designer.Size)); 990ParentView.InvalidateClientRectangle(new Rectangle(designer.Location, designer.Size));
AuthoringOM\Design\Glyphs\ConfigErrorGlyph.cs (1)
53Rectangle bounds = new Rectangle(configErrorLocation, configErrorSize);
AuthoringOM\Design\Glyphs\ConnectorDragDropGlyph.cs (1)
26return new Rectangle(this.glyphPoint, WorkflowTheme.CurrentTheme.AmbientTheme.DropIndicatorSize);
AuthoringOM\Design\Glyphs\SelectionGlyph.cs (6)
55grabHandles[0] = new Rectangle(selectionRect.Location, grabHandleSize); 56grabHandles[1] = new Rectangle(new Point(selectionRect.Left + (selectionRect.Width - grabHandleSize.Width) / 2, selectionRect.Top), grabHandleSize); 58grabHandles[3] = new Rectangle(new Point(selectionRect.Right - grabHandleSize.Width, selectionRect.Top + (selectionRect.Height - grabHandleSize.Height) / 2), grabHandleSize); 60grabHandles[5] = new Rectangle(new Point(selectionRect.Left + (selectionRect.Width - grabHandleSize.Width) / 2, selectionRect.Bottom - grabHandleSize.Height), grabHandleSize); 62grabHandles[7] = new Rectangle(new Point(selectionRect.Left, selectionRect.Top + (selectionRect.Height - grabHandleSize.Height) / 2), grabHandleSize); 68grabHandles[0] = new Rectangle(selectionRect.Location, grabHandleSize);
AuthoringOM\Design\MessageFilters\AutoScrollExpandMessageFilter.cs (2)
112Rectangle clientRectangle = new Rectangle(Point.Empty, ParentView.ViewPortSize); 153Rectangle clientRectangle = new Rectangle(Point.Empty, ParentView.ViewPortSize);
AuthoringOM\Design\MessageFilters\DragDropManager.cs (6)
396parentView.InvalidateClientRectangle(new Rectangle(oldDragImagePoint, this.dragImage.Size)); 397parentView.InvalidateClientRectangle(new Rectangle(this.dragImagePointInClientCoOrd, this.dragImage.Size)); 608ActivityDesignerPaint.DrawImage(e.Graphics, this.dragImage, new Rectangle(this.dragImagePointInClientCoOrd, this.dragImage.Size), new Rectangle(0, 0, this.dragImage.Width, this.dragImage.Height), DesignerContentAlignment.Center, (this.dragImageSnapped) ? 1.0f : 0.5f, WorkflowTheme.CurrentTheme.AmbientTheme.DrawGrayscale); 673Rectangle imageRectangle = (image != null) ? new Rectangle(Point.Empty, image.Size) : Rectangle.Empty; 674Rectangle descriptionRectangle = (description.Length > 0) ? new Rectangle(Point.Empty, new Size(AmbientTheme.DragImageTextSize.Width, parentView.Font.Height + 2)) : Rectangle.Empty; 687draggedImageGraphics.DrawImage(image, new Rectangle(Point.Empty, image.Size));
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (5)
321Rectangle bounds = new Rectangle(Point.Empty, ParentView.ViewPortSize); 325return new Rectangle(ActivityDesignerPaint.GetRectangleFromAlignment(action.DockAlignment, bounds, action.Bounds.Size).Location, action.Bounds.Size); 547ActivityDesignerPaint.DrawImage(graphics, buttonImage, buttonBounds, new Rectangle(Point.Empty, buttonImage.Size), DesignerContentAlignment.Fill, transparency, (button.State == ActionButton.States.Disabled)); 559ActivityDesignerPaint.DrawImage(graphics, buttonImage, buttonBounds, new Rectangle(Point.Empty, buttonImage.Size), DesignerContentAlignment.Fill, this.transparency, false); 572return new Rectangle(Point.Empty, size);
AuthoringOM\Design\MessageFilters\FreeFormDragDropManager.cs (3)
170ActivityDesignerPaint.DrawImage(eventArgs.Graphics, this.draggedDesignerImages[i], new Rectangle(new Point(locations[i].X - 2 * ambientTheme.Margin.Width, locations[i].Y - 2 * ambientTheme.Margin.Height), imageSize), new Rectangle(Point.Empty, imageSize), DesignerContentAlignment.Fill, 0.4f, false); 232Rectangle rectangle = new Rectangle(locations[i], this.draggedDesignerImages[i].Size);
AuthoringOM\Design\MessageFilters\GlyphManager.cs (1)
338ActivityDesigner[] containedDesigners = GetActivityDesigners(parentView.ClientRectangleToLogical(new Rectangle(Point.Empty, parentView.ViewPortSize)));
AuthoringOM\Design\SequentialActivityDesigner.cs (1)
518Rectangle logicalViewPort = parentView.ClientRectangleToLogical(new Rectangle(Point.Empty, parentView.ViewPortSize));
AuthoringOM\Design\WorkflowLayouts.cs (11)
142Rectangle workspaceRectangle = new Rectangle(Point.Empty, memoryBitmap.Size); 178ActivityDesignerPaint.DrawImage(graphics, ambientTheme.WorkflowWatermarkImage, this.parentView.RootDesigner.Bounds, new Rectangle(Point.Empty, ambientTheme.WorkflowWatermarkImage.Size), ambientTheme.WatermarkAlignment, AmbientTheme.WatermarkTransparency, false); 195Rectangle bitmapArea = new Rectangle(Point.Empty, memoryBitmap.Size); 523graphics.FillRectangle(Brushes.White, new Rectangle(Point.Empty, memoryBitmap.Size)); 540Rectangle physicalViewPort = new Rectangle(points[0], new Size(points[1])); 575ActivityDesignerPaint.DrawImage(graphics, ambientTheme.WorkflowWatermarkImage, viewPortBitmapArea, new Rectangle(Point.Empty, ambientTheme.WorkflowWatermarkImage.Size), ambientTheme.WatermarkAlignment, AmbientTheme.WatermarkTransparency, false); 596Rectangle workspaceRectangle = new Rectangle(Point.Empty, memoryBitmap.Size); 613Rectangle physicalViewPort = new Rectangle(points[0], new Size(points[1])); 681ActivityDesignerPaint.DrawImage(graphics, memoryBitmap, new Rectangle(bitmapDrawingPoint, viewPortBitmapArea.Size), viewPortBitmapArea, DesignerContentAlignment.Fill, 1.0f, WorkflowTheme.CurrentTheme.AmbientTheme.DrawGrayscale); 813Rectangle pageBounds = new Rectangle(pageLocation, this.pageSize); 814Rectangle viewablePageBounds = new Rectangle(viewablePageLocation, viewablePageSize);
AuthoringOM\Design\WorkflowPrinting.cs (1)
138ActivityDesignerPaint.DrawImage(graphics, ambientTheme.WorkflowWatermarkImage, boundingRectangle, new Rectangle(Point.Empty, ambientTheme.WorkflowWatermarkImage.Size), ambientTheme.WatermarkAlignment, AmbientTheme.WatermarkTransparency, false);
AuthoringOM\Design\WorkflowView.cs (8)
437return new Rectangle(ScrollPosition, ViewPortSize); 1039viewPortData.LogicalViewPort = ClientRectangleToLogical(new Rectangle(Point.Empty, ViewPortSize)); 1535viewPortData.LogicalViewPort = new Rectangle(Point.Empty, new Size(rootDesigner.Bounds.Width + 2 * DefaultWorkflowLayout.Separator.Width, rootDesigner.Bounds.Height + 2 * DefaultWorkflowLayout.Separator.Height)); 1660viewPortGraphics.FillRectangle(shadowDepthBrush, new Rectangle(Point.Empty, new Size(memoryBitmap.Size.Width - viewPortData.ShadowDepth.Width - 1, memoryBitmap.Size.Height - viewPortData.ShadowDepth.Height - 1))); 1737Rectangle clientRectangle = ClientRectangleToLogical(new Rectangle(Point.Empty, ViewPortSize)); 2080return new Rectangle(LogicalPointToClient(clientViewPort.Location, false), LogicalSizeToClient(clientViewPort.Size)); 2088Rectangle scaledLogicalViewPort = new Rectangle(ClientPointToLogical(rectangle.Location, false), ClientSizeToLogical(rectangle.Size)); 2263return new Rectangle(this.workflowView.PointToScreen(Point.Empty), this.workflowView.ViewPortSize);
System.WorkflowServices (1)
System\Workflow\Activities\Design\RichListBox.cs (1)
141listItemRenderer.DrawToBitmap(rendererBitmap, new Rectangle(new Point(0, 0), listItemRenderer.Size));