8 references to Font
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (4)
1853
using (new LayoutTransaction(ParentInternal, this, PropertyNames.
Font
))
6824
using (new LayoutTransaction(this, this, PropertyNames.
Font
, resumeLayout: false))
6834
LayoutTransaction.DoLayout(this, this, PropertyNames.
Font
);
10713
using (new LayoutTransaction(ParentInternal, this, PropertyNames.
Font
))
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1233
using (new LayoutTransaction(this, OwnerItem, PropertyNames.
Font
))
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2817
InvalidateItemLayout(PropertyNames.
Font
);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (2)
1367
using (new LayoutTransaction(ParentInternal, this, PropertyNames.
Font
))
1407
using (new LayoutTransaction(ParentInternal, this, PropertyNames.
Font
))