8 references to Font
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (4)
1855
using (new LayoutTransaction(ParentInternal, this, PropertyNames.
Font
))
6826
using (new LayoutTransaction(this, this, PropertyNames.
Font
, resumeLayout: false))
6836
LayoutTransaction.DoLayout(this, this, PropertyNames.
Font
);
10715
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)
2815
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
))