50 references to GetInteger
System.Windows.Forms (50)
winforms\Managed\System\WinForms\ComboBox.cs (7)
500
int drawMode = Properties.
GetInteger
(PropDrawMode, out found);
531
int dropDownWidth = Properties.
GetInteger
(PropDropDownWidth, out found);
568
int dropDownHeight = Properties.
GetInteger
(PropDropDownHeight, out found);
727
int itemHeight = Properties.
GetInteger
(PropItemHeight, out found);
1224
int style = Properties.
GetInteger
(PropStyle, out found);
2465
int dropDownWidth = Properties.
GetInteger
(PropDropDownWidth, out found);
2471
int itemHeight = Properties.
GetInteger
(PropItemHeight, out found);
winforms\Managed\System\WinForms\Control.cs (7)
755
int role = Properties.
GetInteger
(PropAccessibleRole, out found);
1538
int cacheTextCounter = Properties.
GetInteger
(PropCacheTextCount, out found);
1554
int cacheTextCounter = Properties.
GetInteger
(PropCacheTextCount, out found);
2669
int fontHeight = Properties.
GetInteger
(PropFontHeight, out found);
3744
int rightToLeft = Properties.
GetInteger
(PropRightToLeft, out found);
4324
int value = Properties.
GetInteger
(PropUseCompatibleTextRendering, out found);
12297
int rtl = Properties.
GetInteger
(PropRightToLeft, out found);
winforms\Managed\System\WinForms\Control.Ime.cs (4)
102
ImeMode cachedImeMode = (ImeMode) Properties.
GetInteger
( PropImeMode, out found );
195
int val = (int) Properties.
GetInteger
( PropDisableImeModeChangedCount, out dummy );
382
int val = (int) Properties.
GetInteger
( PropLastCanEnableIme, out valueFound );
658
int imeMode = Properties.
GetInteger
( PropImeMode, out found );
winforms\Managed\System\WinForms\DataGridViewBand.cs (1)
243
int dividerThickness = this.Properties.
GetInteger
(PropDividerThickness, out found);
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (3)
54
int buttonState = this.Properties.
GetInteger
(PropButtonCellState, out found);
92
int flatStyle = this.Properties.
GetInteger
(PropButtonCellFlatStyle, out found);
143
int useColumnTextForButtonValue = this.Properties.
GetInteger
(PropButtonCellUseColumnTextForButtonValue, out found);
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (2)
96
int alignment = this.Properties.
GetInteger
(PropAlignment, out found);
563
int wrap = this.Properties.
GetInteger
(PropWrapMode, out found);
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (2)
205
int buttonState = this.Properties.
GetInteger
(PropButtonCellState, out found);
281
int flatStyle = this.Properties.
GetInteger
(PropFlatStyle, out found);
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (5)
312
int displayStyle = this.Properties.
GetInteger
(PropComboBoxCellDisplayStyle, out found);
363
int displayStyleForCurrentCellOnly = this.Properties.
GetInteger
(PropComboBoxCellDisplayStyleForCurrentCellOnly, out found);
442
int dropDownWidth = this.Properties.
GetInteger
(PropComboBoxCellDropDownWidth, out found);
491
int flatStyle = this.Properties.
GetInteger
(PropComboBoxCellFlatStyle, out found);
559
int maxDropDownItems = this.Properties.
GetInteger
(PropComboBoxCellMaxDropDownItems, out found);
winforms\Managed\System\WinForms\DataGridViewHeaderCell.cs (1)
46
int buttonState = this.Properties.
GetInteger
(PropButtonState, out found);
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
154
int imageLayout = this.Properties.
GetInteger
(PropImageCellLayout, out found);
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (4)
144
int linkBehavior = this.Properties.
GetInteger
(PropLinkCellLinkBehavior, out found);
256
int linkState = this.Properties.
GetInteger
(PropLinkCellLinkState, out found);
318
int trackVisitedState = this.Properties.
GetInteger
(PropLinkCellTrackVisitedState, out found);
363
int useColumnTextForLinkValue = this.Properties.
GetInteger
(PropLinkCellUseColumnTextForLinkValue, out found);
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (1)
101
int maxInputLength = this.Properties.
GetInteger
(PropTextBoxCellMaxInputLength, out found);
winforms\Managed\System\WinForms\Label.cs (2)
653
int imageAlign = Properties.
GetInteger
(PropImageAlign, out found);
877
int textAlign = Properties.
GetInteger
(PropTextAlign, out found);
winforms\Managed\System\WinForms\PropertyStore.cs (2)
33
GetInteger
(key, out found);
177
return
GetInteger
(key, out found);
winforms\Managed\System\WinForms\ToolStripItem.cs (6)
311
int role = Properties.
GetInteger
(PropAccessibleRole, out found);
1541
int action = Properties.
GetInteger
(PropMergeAction, out found);
1573
int index = Properties.
GetInteger
(PropMergeIndex, out found);
2029
int rightToLeft = Properties.
GetInteger
(PropRightToLeft, out found);
3343
int rightToLeft = Properties.
GetInteger
(PropRightToLeft, out found);
3745
int rightToLeft = Properties.
GetInteger
(PropRightToLeft, out found);
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (2)
391
object checkState = Properties.
GetInteger
(PropCheckState, out found);
476
object shortcutKeys = Properties.
GetInteger
(PropShortcutKeys, out found );