1 write to _lineColor
System.Windows.Forms (1)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
871_lineColor = value;
5 references to _lineColor
System.Windows.Forms (5)
System\Windows\Forms\Controls\TreeView\TreeView.cs (5)
865return _lineColor; 869if (_lineColor != value) 874PInvokeCore.SendMessage(this, PInvoke.TVM_SETLINECOLOR, 0, _lineColor.ToWin32()); 1900if (_lineColor != Color.Empty) 1902PInvokeCore.SendMessage(this, PInvoke.TVM_SETLINECOLOR, 0, _lineColor.ToWin32());