1 write to NodeLeading
System.Windows.Forms (1)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2516private void ResetNodeLeading() => NodeLeading = 0.0f;
4 references to NodeLeading
System.Windows.Forms (4)
System\Windows\Forms\Controls\TreeView\TreeView.cs (4)
139return NodeLeading != 0.0f; 841float oldValue = NodeLeading; 1609/// Occurs when the value of <see cref="NodeLeading"/> changes. 2582double itemHeight = Math.Ceiling(NodeLeading * Font.Height);