8 references to Font
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (4)
1854
using (new LayoutTransaction(ParentInternal, this, PropertyNames.
Font
))
6825
using (new LayoutTransaction(this, this, PropertyNames.
Font
, resumeLayout: false))
6835
LayoutTransaction.DoLayout(this, this, PropertyNames.
Font
);
10714
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)
1367
using (new LayoutTransaction(ParentInternal, this, PropertyNames.
Font
))
1407
using (new LayoutTransaction(ParentInternal, this, PropertyNames.
Font
))