4 writes to Font
System.Windows.Forms (4)
winforms\Managed\System\WinForms\OwnerDrawPropertyBag.cs (1)
126
ret.
Font
= value.font;
winforms\Managed\System\WinForms\TreeNode.cs (2)
748
propBag.
Font
= null;
758
propBag.
Font
= value;
winforms\Managed\System\WinForms\TreeView.cs (1)
2893
retval.
Font
= node.propBag.Font;
6 references to Font
System.Windows.Forms (6)
winforms\Managed\System\WinForms\OwnerDrawPropertyBag.cs (3)
102
fontWrapper = new Control.FontHandleWrapper(
Font
);
113
return (
Font
== null && foreColor.IsEmpty && backColor.IsEmpty);
140
si.AddValue("Font",
Font
);
winforms\Managed\System\WinForms\TreeNode.cs (1)
740
return propBag.
Font
;
winforms\Managed\System\WinForms\TreeView.cs (2)
2791
if (renderinfo != null && renderinfo.
Font
!= null) {
2893
retval.Font = node.propBag.
Font
;