15 references to ContainsInteger
System.Windows.Forms (15)
winforms\Managed\System\WinForms\ComboBox.cs (2)
3334
return (Properties.
ContainsInteger
(PropDropDownWidth));
3341
return (Properties.
ContainsInteger
(PropItemHeight));
winforms\Managed\System\WinForms\Control.cs (6)
2558
if (Properties.
ContainsInteger
(PropFontHeight)) {
2593
if (Properties.
ContainsInteger
(PropFontHeight)) {
3769
if (Properties.
ContainsInteger
(PropRightToLeft) || value != RightToLeft.Inherit) {
4322
if (Properties.
ContainsInteger
(PropUseCompatibleTextRendering)){
8215
if (Properties.
ContainsInteger
(PropFontHeight)) {
8459
if (!Properties.
ContainsInteger
(PropRightToLeft) || ((RightToLeft)Properties.GetInteger(PropRightToLeft)) == RightToLeft.Inherit) {
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (3)
503
if (this.Properties.
ContainsInteger
(PropLinkCellUseColumnTextForLinkValue))
508
if (this.Properties.
ContainsInteger
(PropLinkCellLinkBehavior))
518
if (this.Properties.
ContainsInteger
(PropLinkCellTrackVisitedState))
winforms\Managed\System\WinForms\Form.cs (2)
1576
if (Properties.
ContainsInteger
(PropMaxTrackSizeWidth)) {
1734
if (Properties.
ContainsInteger
(PropMinTrackSizeWidth)) {
winforms\Managed\System\WinForms\ToolStripItem.cs (2)
2058
if (Properties.
ContainsInteger
(PropRightToLeft) || value != RightToLeft.Inherit) {
3327
if (!Properties.
ContainsInteger
(PropRightToLeft) || ((RightToLeft)Properties.GetInteger(PropRightToLeft)) == RightToLeft.Inherit) {