40 writes to Height
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyValueDialogHost.cs (1)
102
_dialogWindow.
Height
= 400;
System.Web.Mobile (9)
UI\MobileControls\Design\MobileControlDesigner.cs (1)
576
panel.
Height
= lblDescription.Height;
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (2)
986
lblDescription.
Height
= 24;
988
panel.
Height
= 28;
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
596
panel.
Height
= lblDescription.Height;
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
603
panel.
Height
= lblDescription.Height;
UI\MobileControls\Design\Util\EditableTreeList.cs (1)
145
TvList.
Height
+= offset;
UI\MobileControls\Design\Util\GenericUI.cs (1)
90
dialog.
Height
+= header.Height + 6;
UI\MobileControls\Design\Util\HeaderPanel.cs (2)
41
header.
Height
= height;
57
controlIterator.
Height
+= offset;
System.Windows.Forms (26)
winforms\Managed\System\WinForms\AxHost.cs (1)
6236
GetP().
Height
= Twip2Pixel(value, false);
winforms\Managed\System\WinForms\ComboBox.cs (1)
2480
Height
= requestedHeight;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
10345
int horizScrollBarHeight = this.horizScrollBar.
Height
= SystemInformation.HorizontalScrollBarHeight;
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
1306
Height
= PreferredHeight;
winforms\Managed\System\WinForms\ListBox.cs (4)
283
Height
= requestedHeight;
594
Height
= requestedHeight;
2198
Height
= requestedHeight;
2484
Height
= Math.Max(Height,ItemHeight);
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (3)
117
Height
-= delta;
123
Height
+= delta;
326
detailsBtn.
Height
= okBtn.Height;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (4)
3907
DropDownListBox.
Height
= Math.Max(tm.tmHeight + 2, Math.Min(maxListBoxHeight, DropDownListBox.PreferredHeight));
5988
lb.
Height
= Math.Max(lb.Height, lb.ItemHeight);
6018
CreateNewLink.
Height
= linkHeight + DropDownHolderBorder;
6132
this.
Height
= (int)Math.Round(factor * this.Height);
winforms\Managed\System\WinForms\Splitter.cs (1)
322
Height
= requestedSize;
winforms\Managed\System\WinForms\SplitterPanel.cs (1)
205
((Panel)this).
Height
= value;
winforms\Managed\System\WinForms\TextBoxBase.cs (3)
1380
Height
= PreferredHeight;
1391
Height
= Math.Max(saveHeight, PreferredHeight + 2); // 2 = fudge factor
1396
Height
= saveHeight;
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
422
Height
= Height + delta;
winforms\Managed\System\WinForms\ToolBar.cs (1)
1027
Height
= AutoSize ? PreferredHeight : saveSize;
winforms\Managed\System\WinForms\TrackBar.cs (2)
456
Height
= requestedDim;
811
Height
= autoSize ? PreferredDimension : saveDim;
winforms\Managed\System\WinForms\UpDownBase.cs (2)
914
this.
Height
= PreferredHeight;
1063
Height
= PreferredHeight;
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerWidgets.cs (1)
1483
Height
= SystemInformation.HorizontalScrollBarHeight + 2;
AuthoringOM\Design\WorkflowView.cs (1)
1281
this.toolContainer.
Height
= Height - ((hScrollBar.Visible) ? hScrollBar.Height : 0);
System.WorkflowServices (2)
System\Workflow\Activities\Design\ServiceContractViewControl.cs (1)
54
this.
Height
= this.contractNameLabel.Height;
System\Workflow\Activities\Design\ServiceOperationViewControl.cs (1)
48
this.
Height
= this.operationNameLabel.Height;
190 references to Height
System.Web.Mobile (6)
UI\MobileControls\Design\MobileControlDesigner.cs (1)
576
panel.Height = lblDescription.
Height
;
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
596
panel.Height = lblDescription.
Height
;
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
603
panel.Height = lblDescription.
Height
;
UI\MobileControls\Design\Util\EditableTreeList.cs (1)
144
int offset = 4 + BtnAdd.
Height
;
UI\MobileControls\Design\Util\GenericUI.cs (1)
90
dialog.Height += header.
Height
+ 6;
UI\MobileControls\Design\Util\HeaderPanel.cs (1)
25
int offset = height - header.
Height
;
System.Windows.Forms (155)
winforms\Managed\System\WinForms\AxHost.cs (2)
1905
SetExtent(Width,
Height
);
6230
return Pixel2Twip(GetP().
Height
, false);
winforms\Managed\System\WinForms\BoundsSpecified.cs (1)
73
/// Both <see cref='System.Windows.Forms.Control.Width'/> and <see cref='System.Windows.Forms.Control.
Height
'/> property values of the control are
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
562
Rectangle bounds = new Rectangle(buttonBorderSize, buttonBorderSize, this.Control.Width - (2 * buttonBorderSize), this.Control.
Height
- (2 * buttonBorderSize));
winforms\Managed\System\WinForms\ComboBox.cs (3)
6104
Rectangle bottomOwnerDrawArea = new Rectangle(0,innerBorder.Bottom,comboBox.Width, comboBox.
Height
-innerBorder.Bottom);
6105
Rectangle leftOwnerDrawArea = new Rectangle(0,0,innerBorder.Left, comboBox.
Height
);
6106
Rectangle rightOwnerDrawArea = new Rectangle(innerBorder.Right,0,comboBox.Width - innerBorder.Right,comboBox.
Height
);
winforms\Managed\System\WinForms\Control.cs (9)
6168
int height = Math.Min(this.
Height
, targetBounds.Height);
9803
Rectangle shift = new Rectangle(-this.Left,-this.Top, parent.Width, parent.
Height
);
10352
HandleRef hClippingRegion = new HandleRef(null, SafeNativeMethods.CreateRectRgn(viewportOrg.x,viewportOrg.y, viewportOrg.x + this.Width, viewportOrg.y + this.
Height
));
12568
bool newSize = this.Width != width || this.
Height
!= height ||
12867
client = new Point(Width/2,
Height
/2);
13846
if ((wp->flags & NativeMethods.SWP_NOSIZE) == 0 && (wp->cx != Width || wp->cy !=
Height
)) {
14513
if (sizeProperty != null && !sizeProperty.IsReadOnly && (bounds.Width != this.Width || bounds.Height != this.
Height
)) {
16697
SafeNativeMethods.SetWindowExtEx(new HandleRef(null, hdcDraw), control.Width, control.
Height
, sWindowExt);
18643
rc.bottom = rc.top + control.
Height
;
winforms\Managed\System\WinForms\DataGrid.cs (5)
340
horizScrollBar.Top = ClientRectangle.Height - horizScrollBar.
Height
;
6752
int horizHeight = horizScrollBar.
Height
;
6781
int horizHeight = horizScrollBar.
Height
;
6811
horizScrollBar.
Height
);
6829
horizScrollBar.
Height
);
winforms\Managed\System\WinForms\DataGridView.cs (2)
504
this.horizScrollBar.Top = this.ClientRectangle.Height - horizScrollBar.
Height
;
2695
rectDisplay.Height -= this.horizScrollBar.
Height
;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (7)
4508
int oldThumbHeight = Math.Max(((this.vertScrollBar.
Height
- 2*SystemInformation.VerticalScrollBarArrowHeight) * this.vertScrollBar.LargeChange) / this.vertScrollBar.Maximum, 8);
4518
oldThumbHeight != Math.Max(((this.vertScrollBar.
Height
- 2*SystemInformation.VerticalScrollBarArrowHeight) * this.vertScrollBar.LargeChange) / this.vertScrollBar.Maximum, 8)))
9089
minimumHeight += this.horizScrollBar.
Height
;
10482
this.horizScrollBar.
Height
);
10499
this.horizScrollBar.
Height
);
19358
pt.Y +=
Height
;
29861
client = new Point(this.Width/2, this.
Height
/2);
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
1545
y = control.Top + (control.
Height
- size.Height) / 2;
winforms\Managed\System\WinForms\Form.cs (4)
4508
p.Y = Math.Max(screenRect.Y,screenRect.Y + (screenRect.Height -
Height
)/2);
4998
button.Top + button.
Height
/ 2);
5898
&& (this.
Height
!= height || this.Width != width)) {
5998
adjustedBounds.Height =
Height
;
winforms\Managed\System\WinForms\GroupBox.cs (15)
520
if (Application.RenderWithVisualStyles && Width >= 10 &&
Height
>= 10) {
537
GroupBoxRenderer.DrawGroupBox(e.Graphics, new Rectangle(0, 0, Width,
Height
), Text, Font, textcolor, textFlags, gbState);
540
GroupBoxRenderer.DrawGroupBox(e.Graphics, new Rectangle(0, 0, Width,
Height
), Text, Font, textFlags, gbState);
645
graphics.DrawLine(boxPen, 0, boxTop, 0,
Height
);
647
graphics.DrawLine(boxPen, 0,
Height
-1, Width,
Height
-1);
653
graphics.DrawLine(boxPen, Width-1, boxTop, Width-1,
Height
-1);
663
graphics.DrawLine(light, 1, boxTop, 1,
Height
- 1);
664
graphics.DrawLine(dark, 0, boxTop, 0,
Height
- 2);
667
graphics.DrawLine(light, 0,
Height
- 1, Width,
Height
- 1);
668
graphics.DrawLine(dark, 0,
Height
- 2, Width - 1,
Height
- 2);
680
graphics.DrawLine(light, Width - 1, boxTop - 1, Width - 1,
Height
- 1);
681
graphics.DrawLine(dark, Width - 2, boxTop, Width - 2,
Height
- 2);
winforms\Managed\System\WinForms\Label.cs (2)
118
requestedHeight =
Height
;
1739
Rectangle rectInScreen = this.RectangleToScreen(new Rectangle(0, 0, Width,
Height
));
winforms\Managed\System\WinForms\ListBox.cs (4)
165
requestedHeight =
Height
;
741
height = this.
Height
;
2074
if (!integralHeightAdjust && height !=
Height
)
2484
Height = Math.Max(
Height
,ItemHeight);
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (5)
744
position.Y = Math.Min(position.Y, virtualSize.Height -
Height
);
767
info.nMax = Math.Max(
Height
, virtualSize.Height) - 1;
768
info.nPage =
Height
;
796
int maxPos = Math.Max(
Height
, virtualSize.Height/* - Height*/);
878
maxPos = Math.Max(
Height
, virtualSize.Height/* - Height*/);
winforms\Managed\System\WinForms\PropertyGrid.cs (9)
2967
int sh =
Height
;
2968
sh = (int)Math.Round((Top +
Height
) * dy - sy);
2999
gridView.Location = new Point(0, toolStrip.
Height
+ toolStrip.Top);
3043
dcRequestedHeight = (this.
Height
* dcSizeRatio) / 100;
3056
hcRequestedHeight = (this.
Height
* hcSizeRatio) / 100;
3091
dcSizeRatio = (doccomment.
Height
* 100) / this.
Height
;
3120
hcSizeRatio = (hotcommands.
Height
* 100) / this.
Height
;
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (1)
70
return
Height
/lineHeight;
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (1)
97
Rectangle dropDownButtonRect = new Rectangle(0, 0, Width,
Height
);
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (3)
112
int delta = details.
Height
+ 8;
326
detailsBtn.Height = okBtn.
Height
;
331
int y = detailsBtn.Location.Y + detailsBtn.
Height
+ detailsBtn.Margin.Bottom;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (13)
1644
if (rectScreen.Y + rectScreen.Height < (size.Height + loc.Y + Edit.
Height
)) {
1659
if (this.Width == size.Width && this.
Height
== size.Height) {
1723
if (rectScreen.Y + rectScreen.Height < (size.Height + loc.Y + Edit.
Height
)) {
3910
bool resizable = DropDownListBox.Items.Count > (DropDownListBox.
Height
/ DropDownListBox.ItemHeight);
5702
Size newSize = new Size(2 * DropDownHolderBorder + currentControl.Width, 2 * DropDownHolderBorder + currentControl.
Height
);
5762
Rectangle bGripRect = new Rectangle(0,
Height
- ResizeGripSize, ResizeGripSize, ResizeGripSize);
5772
else if (!resizeUp && Math.Abs(
Height
- y) < ResizeBorderSize)
5915
Rectangle lRect = new Rectangle(0, resizeUp ? 0 :
Height
- ResizeGripSize, ResizeGripSize, ResizeGripSize);
5919
int y = resizeUp ? (ResizeBarSize - 1) : (
Height
- ResizeBarSize);
5988
lb.Height = Math.Max(lb.
Height
, lb.ItemHeight);
5998
Size sz = new Size(2 * DropDownHolderBorder + ctl.Width, 2 * DropDownHolderBorder + ctl.
Height
);
6012
int linkHeight = CreateNewLink.
Height
;
6132
this.Height = (int)Math.Round(factor * this.
Height
);
winforms\Managed\System\WinForms\SplitContainer.cs (34)
492
panelSize =
Height
- SplitterDistanceInternal - SplitterWidthInternal;
530
return (
Height
>= Panel1MinSize + SplitterWidthInternal + Panel2MinSize);
827
if (value + SplitterWidthInternal > this.
Height
- Panel2MinSize)
829
value = this.
Height
- Panel2MinSize - SplitterWidthInternal;
848
panelSize =
Height
- SplitterDistance - SplitterWidthInternal;
1162
splitterDistance = (splitterDistance + SplitterWidth >
Height
- Panel2MinSize - BORDERSIZE) ? splitterDistance - SplitterIncrement : splitterDistance;
1280
y = Math.Max(Math.Min(y,
Height
- Panel2MinSize), Panel1MinSize);
1452
if (DesignMode &&
Height
!= DefaultSize.Height && value + Panel2MinSize + SplitterWidth >
Height
) {
1477
if (DesignMode &&
Height
!= DefaultSize.Height && value + Panel1MinSize + SplitterWidth >
Height
) {
1501
if (DesignMode && value + Panel1MinSize + Panel2MinSize >
Height
) {
1552
r.Height =
Height
;
1681
return Math.Max(Math.Min(size,
Height
- Panel2MinSize), Panel1MinSize);
1729
splitterRect.Height = this.
Height
;
1759
else if (this.
Height
== 0) { // Set the correct Height iif the HEIGHT has changed to ZERO.
1771
panel1.Size = new Size(panelSize,
Height
);
1772
panel2.Size = new Size(Math.Max(Width - panelSize - SplitterWidthInternal, Panel2MinSize),
Height
);
1775
panel2.Size = new Size(panelSize,
Height
);
1778
panel1.HeightInternal =
Height
;
1785
panel1.HeightInternal =
Height
;
1786
panel2.Size = new Size(Math.Max(Width - splitterDistance - SplitterWidthInternal, Panel2MinSize),
Height
);
1819
panel2.Size = new Size(Width, Math.Max(
Height
- panel2Start, Panel2MinSize));
1825
splitterDistance = Math.Max(
Height
- Panel2.Height - SplitterWidthInternal, Panel1MinSize);
1835
splitterDistance = Math.Max((int)(Math.Floor(this.
Height
/ ratioHeight )), Panel1MinSize);
1840
panel2.Size = new Size(Width,Math.Max(
Height
- panel2Start, Panel2MinSize));
2212
if (size + SplitterWidthInternal <= this.
Height
- Panel2MinSize - BORDERSIZE)
2264
panel1.HeightInternal =
Height
;
2266
panel2.Size = new Size(Width - splitterDistance - SplitterWidthInternal,
Height
);
2309
panel2.Size = new Size(Width,
Height
- panel2Start);
2316
ratioHeight = ((double)(this.
Height
) / (double)(panel1.Height) > 0) ? (double)(this.
Height
) / (double)(panel1.Height) : ratioHeight;
2332
ratioHeight = ((double)(this.
Height
) / (double)(splitterDistance) > 0) ? (double)(this.
Height
) / (double)(splitterDistance) : ratioHeight;
winforms\Managed\System\WinForms\Splitter.cs (3)
742
dockHeight += ctl.
Height
;
847
size = splitTarget.
Height
+ delta;
850
size = splitTarget.
Height
- delta;
winforms\Managed\System\WinForms\SplitterPanel.cs (2)
193
return base.
Height
;
202
return ((Panel)this).
Height
;
winforms\Managed\System\WinForms\StatusBar.cs (1)
1008
t.rect = new Rectangle(panel.Right-panel.Width + border, 0, panel.Width - border,
Height
);
winforms\Managed\System\WinForms\TextBoxBase.cs (5)
130
requestedHeight =
Height
;
1384
int curHeight =
Height
;
1432
if (this.Width == 0 || this.
Height
== 0) {
1987
if (!integralHeightAdjust && height !=
Height
)
2257
client = new Point(Width/2,
Height
/2);
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (2)
420
int delta = details.
Height
+ scaledHeightPadding;
422
Height =
Height
+ delta;
winforms\Managed\System\WinForms\ToolStrip.cs (2)
5488
insertionRect = new Rectangle(item.Bounds.Right, owner.Margin.Top, ToolStrip.insertionBeamWidth, owner.
Height
- (owner.Margin.Vertical)-1);
5491
insertionRect = new Rectangle(item.Bounds.Left, owner.Margin.Top, ToolStrip.insertionBeamWidth, owner.
Height
- (owner.Margin.Vertical) -1);
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (2)
185
imageMarginBounds.Height =this.
Height
;
469
imageMarginBounds = new Rectangle(0,0,checkAndImageMarginWidth, this.
Height
);
winforms\Managed\System\WinForms\ToolStripGrip.cs (1)
111
preferredSize = new Size(gripThickness, this.ParentInternal.
Height
);
winforms\Managed\System\WinForms\ToolStripOverflowButton.cs (1)
124
bounds.Height = ParentInternal.
Height
;
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (1)
1840
int controlToDragWidth = (toolStripToDrag.AutoSize) ? toolStripToDrag.PreferredSize.Height : toolStripToDrag.
Height
;
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (3)
815
g.FillRectangle(b, toolStrip.Width - 1, toolStrip.
Height
- 2, 1, 1);
816
g.FillRectangle(b, toolStrip.Width - 2, toolStrip.
Height
- 1, 1, 1);
986
b.TranslateTransform(parent.Width - control.Location.X, parent.
Height
-control.Location.Y);
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (1)
688
vsRenderer.DrawBackground(e.Graphics,new Rectangle(0,0,e.ToolStrip.Width-1, e.ToolStrip.
Height
-1));
winforms\Managed\System\WinForms\ToolStripTextBox.cs (5)
727
hTotalRegion = new HandleRef(this, SafeNativeMethods.CreateRectRgn(0, 0, this.Width, this.
Height
));
874
g.FillRectangle(b, 0, 0, clientRect.Left, this.
Height
); // left border
875
g.FillRectangle(b, 0, clientRect.Bottom, this.Width, this.
Height
- clientRect.Height); // bottom border
876
g.FillRectangle(b, clientRect.Right, 0, this.Width - clientRect.Right, this.
Height
); // right border
881
g.DrawRectangle(p, 0, 0, this.Width - 1, this.
Height
- 1);
winforms\Managed\System\WinForms\TreeView.cs (2)
2045
SafeNativeMethods.SetWindowPos(new HandleRef(this, this.Handle), NativeMethods.NullHandleRef, this.Left, this.Top, Int32.MaxValue, this.
Height
, flags);
2051
SafeNativeMethods.SetWindowPos(new HandleRef(this, this.Handle), NativeMethods.NullHandleRef, this.Left, this.Top, oldSize, this.
Height
, flags);
winforms\Managed\System\WinForms\WebBrowser.cs (1)
1624
client = new Point(Width / 2,
Height
/ 2);
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
1987
wp->cy = WebBrowserBase.
Height
;
System.Windows.Forms.DataVisualization (4)
WinForm\ChartWinControl.cs (2)
582
graphics.FillRectangle(Brushes.White, 0, 0, this.Width, this.
Height
);
586
RectangleF rect = new RectangleF(3, 3, this.Width-6, this.
Height
-6);
WinForm\Utilities\AccessibleObject.cs (2)
305
absolute.Y = bounds.Y * (this._chart.
Height
- 1) / 100F;
307
absolute.Height = bounds.Height * (this._chart.
Height
- 1) / 100F;
System.Workflow.Activities (1)
Rules\Design\Dialogs\IntellisenseTextBox.cs (1)
445
this.listBoxAutoComplete.Size = new Size(topLevelControlSize.Width, this.listBoxAutoComplete.
Height
);
System.Workflow.ComponentModel (21)
AuthoringOM\Design\DesignerWidgets.cs (14)
1560
int minExtra = Math.Max(this.splitter.MinSize,
Height
- this.tabStrip.MaximumRequiredSize - this.splitter.
Height
);
1563
updateSplitterPosition |= (this.itemsMinimized) ? /*minimized*/(this.splitter.SplitPosition != this.splitter.MinSize) : /*maximized*/(this.splitter.SplitPosition !=
Height
- this.splitter.MinExtra);
1591
if (!this.itemsMinimized && this.splitter.SplitPosition !=
Height
- this.splitter.MinExtra)
1592
this.splitter.SplitPosition =
Height
- this.splitter.MinExtra;
1608
this.splitter.SplitPosition = ((this.splitter.Dock == DockStyle.Left || this.splitter.Dock == DockStyle.Right) ? Width :
Height
) - this.splitter.MinExtra;
1619
e.Graphics.DrawLine(SystemPens.ControlLightLight, 0, 0, 0, this.splitter.
Height
);
1622
e.Graphics.DrawLine(SystemPens.ControlDark, SplitterSize - 2, 0, SplitterSize - 2, this.splitter.
Height
- 1);
1623
e.Graphics.DrawLine(SystemPens.ControlDark, SplitterSize - 2, this.splitter.
Height
- 1, 0, this.splitter.
Height
- 1);
1625
e.Graphics.DrawLine(SystemPens.ControlText, SplitterSize - 1, 0, SplitterSize - 1, this.splitter.
Height
);
1648
this.splitter.MinExtra = (
Height
- this.tabStrip.MaximumRequiredSize - this.splitter.
Height
);
1954
int maxTotalTabItemSize = ((this.orientation == Orientation.Horizontal) ? Width :
Height
);
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
550
Point bottom = new Point(top.X, this.themePanel.
Height
- this.themePanel.Margin.Bottom);
AuthoringOM\Design\WorkflowView.cs (6)
447
viewPortSize.Height = Math.Max(0, viewPortSize.Height - HScrollBar.
Height
);
1082
e.Graphics.FillRectangle(SystemBrushes.Control, new Rectangle(Width - SystemInformation.VerticalScrollBarWidth,
Height
- SystemInformation.HorizontalScrollBarHeight, SystemInformation.VerticalScrollBarWidth, SystemInformation.HorizontalScrollBarHeight));
1273
hScrollBar.Bounds = new Rectangle(0, Math.Max(0,
Height
- SystemInformation.HorizontalScrollBarHeight), Math.Max(Width - ((vScrollBar.Visible) ? SystemInformation.VerticalScrollBarWidth : 0), 0), SystemInformation.HorizontalScrollBarHeight);
1276
vScrollBar.Bounds = new Rectangle(Math.Max(0, Width - SystemInformation.VerticalScrollBarWidth), 0, SystemInformation.VerticalScrollBarWidth, Math.Max(
Height
- ((hScrollBar.Visible) ? SystemInformation.HorizontalScrollBarHeight : 0), 0));
1281
this.toolContainer.Height =
Height
- ((hScrollBar.Visible) ? hScrollBar.
Height
: 0);
System.WorkflowServices (3)
System\Workflow\Activities\Design\RichListBox.cs (1)
168
e.ItemHeight = listItemRenderer.
Height
;
System\Workflow\Activities\Design\ServiceContractViewControl.cs (1)
54
this.Height = this.contractNameLabel.
Height
;
System\Workflow\Activities\Design\ServiceOperationViewControl.cs (1)
48
this.Height = this.operationNameLabel.
Height
;