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