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