5 references to Font
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Control.cs (3)
2566
using(new LayoutTransaction(ParentInternal, this, PropertyNames.
Font
)) {
8234
using(new LayoutTransaction(this, this, PropertyNames.
Font
, false)) {
8246
LayoutTransaction.DoLayout(this,this,PropertyNames.
Font
);
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1467
using (new LayoutTransaction(this, OwnerItem, PropertyNames.
Font
)) {
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
3199
this.InvalidateItemLayout(PropertyNames.
Font
);