72 references to SetInteger
System.Windows.Forms (72)
winforms\Managed\System\WinForms\ComboBox.cs (6)
514Properties.SetInteger(PropDrawMode, (int)value); 546Properties.SetInteger(PropDropDownWidth, value); 581Properties.SetInteger(PropDropDownHeight, value); 754Properties.SetInteger(PropItemHeight, value); 852Properties.SetInteger(PropMaxLength, value); 1250Properties.SetInteger(PropStyle, (int)value);
winforms\Managed\System\WinForms\Control.cs (10)
769Properties.SetInteger(PropAccessibleRole, (int)value); 1571Properties.SetInteger(PropCacheTextCount, cacheTextCounter); 2559Properties.SetInteger(PropFontHeight, (value == null) ? -1 : value.Height); 2594Properties.SetInteger(PropFontHeight, newFont.Height); 2677Properties.SetInteger(PropFontHeight, fontHeight); 2692Properties.SetInteger(PropFontHeight, localFontHeight); 2698Properties.SetInteger(PropFontHeight, value); 3770Properties.SetInteger(PropRightToLeft, (int)value); 4334Properties.SetInteger(PropUseCompatibleTextRendering, value ? 1 : 0); 8216Properties.SetInteger(PropFontHeight, -1);
winforms\Managed\System\WinForms\Control.Ime.cs (5)
139Properties.SetInteger( PropImeMode, (int) value ); 205Properties.SetInteger(PropDisableImeModeChangedCount, value); 363Properties.SetInteger( PropImeWmCharsToIgnore, value ); 398Properties.SetInteger( PropLastCanEnableIme, value ? 1 : 0 ); 822Properties.SetInteger( PropImeWmCharsToIgnore, ImeCharsToIgnoreEnabled );
winforms\Managed\System\WinForms\DataGridViewBand.cs (1)
272this.Properties.SetInteger(PropDividerThickness, (int)value);
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (5)
68this.Properties.SetInteger(PropButtonCellState, (int)value); 108this.Properties.SetInteger(PropButtonCellFlatStyle, (int)value); 121this.Properties.SetInteger(PropButtonCellFlatStyle, (int)value); 154this.Properties.SetInteger(PropButtonCellUseColumnTextForButtonValue, value ? 1 : 0); 166this.Properties.SetInteger(PropButtonCellUseColumnTextForButtonValue, value ? 1 : 0);
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (2)
135this.Properties.SetInteger(PropAlignment, (int) value); 587this.Properties.SetInteger(PropWrapMode, (int) value);
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (3)
219this.Properties.SetInteger(PropButtonCellState, (int)value); 297this.Properties.SetInteger(PropFlatStyle, (int)value); 310this.Properties.SetInteger(PropFlatStyle, (int)value);
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (8)
328this.Properties.SetInteger(PropComboBoxCellDisplayStyle, (int)value); 351this.Properties.SetInteger(PropComboBoxCellDisplayStyle, (int)value); 374this.Properties.SetInteger(PropComboBoxCellDisplayStyleForCurrentCellOnly, value ? 1 : 0); 396this.Properties.SetInteger(PropComboBoxCellDisplayStyleForCurrentCellOnly, value ? 1 : 0); 452this.Properties.SetInteger(PropComboBoxCellDropDownWidth, (int)value); 507this.Properties.SetInteger(PropComboBoxCellFlatStyle, (int)value); 520this.Properties.SetInteger(PropComboBoxCellFlatStyle, (int)value); 573this.Properties.SetInteger(PropComboBoxCellMaxDropDownItems, (int)value);
winforms\Managed\System\WinForms\DataGridViewHeaderCell.cs (1)
65this.Properties.SetInteger(PropButtonState, (int) value);
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (2)
170this.Properties.SetInteger(PropImageCellLayout, (int)value); 183this.Properties.SetInteger(PropImageCellLayout, (int)value);
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (7)
160this.Properties.SetInteger(PropLinkCellLinkBehavior, (int)value); 183this.Properties.SetInteger(PropLinkCellLinkBehavior, (int)value); 267this.Properties.SetInteger(PropLinkCellLinkState, (int) value); 329this.Properties.SetInteger(PropLinkCellTrackVisitedState, value ? 1 : 0); 351this.Properties.SetInteger(PropLinkCellTrackVisitedState, value ? 1 : 0); 374this.Properties.SetInteger(PropLinkCellUseColumnTextForLinkValue, value ? 1 : 0); 387this.Properties.SetInteger(PropLinkCellUseColumnTextForLinkValue, value ? 1 : 0);
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (1)
119this.Properties.SetInteger(PropTextBoxCellMaxInputLength, value);
winforms\Managed\System\WinForms\Form.cs (10)
1588Properties.SetInteger(PropMaxTrackSizeWidth, value.Width); 1589Properties.SetInteger(PropMaxTrackSizeHeight, value.Height); 1596Properties.SetInteger(PropMinTrackSizeWidth, value.Width); 1600Properties.SetInteger(PropMinTrackSizeHeight, value.Height); 1752Properties.SetInteger(PropMinTrackSizeWidth, value.Width); 1753Properties.SetInteger(PropMinTrackSizeHeight, value.Height); 1760Properties.SetInteger(PropMaxTrackSizeWidth, value.Width); 1764Properties.SetInteger(PropMaxTrackSizeHeight, value.Height); 3182Properties.SetInteger(PropOwnedFormsCount, ownedFormsCount + 1); 5597Properties.SetInteger(PropOwnedFormsCount, ownedFormsCount);
winforms\Managed\System\WinForms\Label.cs (2)
664Properties.SetInteger(PropImageAlign, (int)value); 891Properties.SetInteger(PropTextAlign, (int)value);
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (1)
672element.Properties.SetInteger(_layoutStateProperty, state.Data);
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (2)
282container.Properties.SetInteger(_wrapContentsProperty, value ? 0 : 1); // set to 0 if true, 1 if false 296container.Properties.SetInteger(_flowDirectionProperty, (int) value);
winforms\Managed\System\WinForms\ToolStripItem.cs (4)
325Properties.SetInteger(PropAccessibleRole, (int)value); 1557Properties.SetInteger(PropMergeAction, (int)value); 1584Properties.SetInteger(PropMergeIndex, value); 2059Properties.SetInteger(PropRightToLeft, (int)value);
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (2)
403Properties.SetInteger(PropCheckState, (int)value); 501Properties.SetInteger(PropShortcutKeys, (int)value);