3 references to Size
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
12603
sizeProperty = TypeDescriptor.GetProperties(this)[PropertyNames.
Size
];
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (1)
311
((IArrangedElement)this).PerformLayout(this, PropertyNames.
Size
);
System\Windows\Forms\Layout\ArrangedElement.cs (1)
171
((IArrangedElement)this).PerformLayout(this, PropertyNames.
Size
);