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