8 references to Font
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (4)
1854using (new LayoutTransaction(ParentInternal, this, PropertyNames.Font)) 6790using (new LayoutTransaction(this, this, PropertyNames.Font, resumeLayout: false)) 6800LayoutTransaction.DoLayout(this, this, PropertyNames.Font); 10687using (new LayoutTransaction(ParentInternal, this, PropertyNames.Font))
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1236using (new LayoutTransaction(this, OwnerItem, PropertyNames.Font))
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2823InvalidateItemLayout(PropertyNames.Font);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (2)
1368using (new LayoutTransaction(ParentInternal, this, PropertyNames.Font)) 1408using (new LayoutTransaction(ParentInternal, this, PropertyNames.Font))