9 references to Font
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (4)
2121
using (new LayoutTransaction(ParentInternal, this, PropertyNames.
Font
))
7289
using (new LayoutTransaction(this, this, PropertyNames.
Font
, resumeLayout: false))
7299
LayoutTransaction.DoLayout(this, this, PropertyNames.
Font
);
11552
using (new LayoutTransaction(ParentInternal, this, PropertyNames.
Font
))
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1865
LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.
Font
);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1230
using (new LayoutTransaction(this, OwnerItem, PropertyNames.
Font
))
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2822
InvalidateItemLayout(PropertyNames.
Font
);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (2)
1361
using (new LayoutTransaction(ParentInternal, this, PropertyNames.
Font
))
1401
using (new LayoutTransaction(ParentInternal, this, PropertyNames.
Font
))