26 references to GetInteger
System.Windows.Forms (26)
winforms\Managed\System\WinForms\ComboBox.cs (4)
545if (Properties.GetInteger(PropDropDownWidth) != value) { 580if (Properties.GetInteger(PropDropDownHeight) != value) { 753if (Properties.GetInteger(PropItemHeight) != value) { 847return Properties.GetInteger(PropMaxLength);
winforms\Managed\System\WinForms\Control.cs (1)
8459if (!Properties.ContainsInteger(PropRightToLeft) || ((RightToLeft)Properties.GetInteger(PropRightToLeft)) == RightToLeft.Inherit) {
winforms\Managed\System\WinForms\Control.Ime.cs (1)
354return Properties.GetInteger( PropImeWmCharsToIgnore );
winforms\Managed\System\WinForms\Form.cs (16)
1577return new Size(Properties.GetInteger(PropMaxTrackSizeWidth), Properties.GetInteger(PropMaxTrackSizeHeight)); 1595if (Properties.GetInteger(PropMinTrackSizeWidth) > value.Width) { 1599if (Properties.GetInteger(PropMinTrackSizeHeight) > value.Height) { 1735return new Size(Properties.GetInteger(PropMinTrackSizeWidth), Properties.GetInteger(PropMinTrackSizeHeight)); 1759if (Properties.GetInteger(PropMaxTrackSizeWidth) < value.Width) { 1763if (Properties.GetInteger(PropMaxTrackSizeHeight) < value.Height) { 2135int ownedFormsCount = Properties.GetInteger(PropOwnedFormsCount); 3160int ownedFormsCount = Properties.GetInteger(PropOwnedFormsCount); 3826int ownedFormsCount = Properties.GetInteger(PropOwnedFormsCount); 5441int ownedFormsCount = Properties.GetInteger(PropOwnedFormsCount); 5482int ownedFormsCount = Properties.GetInteger(PropOwnedFormsCount); 5577int ownedFormsCount = Properties.GetInteger(PropOwnedFormsCount); 7046int ownedFormsCount = Properties.GetInteger(PropOwnedFormsCount); 7101int ownedFormsCount = Properties.GetInteger(PropOwnedFormsCount);
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (1)
668return new BitVector32(element.Properties.GetInteger(_layoutStateProperty));
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (2)
277int wrapContents = container.Properties.GetInteger(_wrapContentsProperty); 288return (FlowDirection) container.Properties.GetInteger(_flowDirectionProperty);
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
3327if (!Properties.ContainsInteger(PropRightToLeft) || ((RightToLeft)Properties.GetInteger(PropRightToLeft)) == RightToLeft.Inherit) {