Base:
property
AutoSize
System.Windows.Forms.Control.AutoSize
7 writes to AutoSize
System.Web.Entity.Design (5)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (2)
55
this._databaseConnectionGroupLabel.
AutoSize
= true;
114
this._containerNameLabel.
AutoSize
= true;
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (3)
59
this._entitySetLabel.
AutoSize
= true;
73
this._entityTypeFilterLabel.
AutoSize
= true;
87
this._selectLabel.
AutoSize
= true;
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
268
label1.
AutoSize
= true;
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
171
this.lblMessage.
AutoSize
= true;
18 references to AutoSize
System.Windows.Forms (18)
winforms\Managed\System\WinForms\Label.cs (15)
143
if (
AutoSize
!= value) {
197
LayoutTransaction.DoLayoutIf(
AutoSize
,ParentInternal, this, PropertyNames.AutoEllipsis);
294
LayoutTransaction.DoLayoutIf(
AutoSize
, ParentInternal, this, PropertyNames.BorderStyle);
296
if (
AutoSize
) {
399
return new Size(100,
AutoSize
? PreferredHeight : 23);
431
LayoutTransaction.DoLayoutIf(
AutoSize
, ParentInternal, this, PropertyNames.BorderStyle);
432
if (
AutoSize
) {
665
LayoutTransaction.DoLayoutIf(
AutoSize
, ParentInternal, this, PropertyNames.ImageAlign);
999
using (LayoutTransaction.CreateTransactionIf(
AutoSize
, ParentInternal, this, PropertyNames.Text)) {
1035
if (!
AutoSize
&&
1046
Size preferredSize = (
AutoSize
) ? PreferredSize : new Size(saveWidth, saveHeight);
1481
using(LayoutTransaction.CreateTransactionIf(
AutoSize
, ParentInternal, this, PropertyNames.Text)) {
1676
if (
AutoSize
&& SelfSizing) {
1684
Debug.Assert(!
AutoSize
|| (
AutoSize
&& !SelfSizing) || Size == PreferredSize,
winforms\Managed\System\WinForms\LinkLabel.cs (3)
2155
if (this.owner.
AutoSize
) {
2292
bool doLayout = this.owner.links.Count > 0 && this.owner.
AutoSize
;
2337
if (this.owner.
AutoSize
) {