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