3 references to NodeFont
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TreeNode.cs (1)
743Font oldfont = this.NodeFont;
winforms\Managed\System\WinForms\TreeView.cs (2)
2837Font font = (node.NodeFont != null) ? node.NodeFont : node.TreeView.Font;