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