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