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